All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
json_missing.c File Reference

Workarounds for missing functions in older json-c libraries. More...

#include <string.h>
#include "json_missing.h"
+ Include dependency graph for json_missing.c:

Go to the source code of this file.

Functions

int json_object_get_string_len (json_object *obj)
 
int json_object_object_get_ex (struct json_object *jso, const char *key, struct json_object **value)
 
const char * json_tokener_error_desc (enum json_tokener_error jerr)
 
enum json_tokener_error json_tokener_get_error (json_tokener *tok)
 

Detailed Description

Workarounds for missing functions in older json-c libraries.

Id:
e2b4172ed46d336eeba735997d122381a26f621f
Author
Aaron Hurt ahurt.nosp@m.@anb.nosp@m.cs.co.nosp@m.m

Definition in file json_missing.c.

Function Documentation

int json_object_get_string_len ( json_object *  obj)

Definition at line 32 of file json_missing.c.

+ Here is the caller graph for this function:

int json_object_object_get_ex ( struct json_object *  jso,
const char *  key,
struct json_object **  value 
)

Definition at line 40 of file json_missing.c.

+ Here is the caller graph for this function:

const char* json_tokener_error_desc ( enum json_tokener_error  jerr)

Definition at line 68 of file json_missing.c.

+ Here is the caller graph for this function:

enum json_tokener_error json_tokener_get_error ( json_tokener *  tok)

Definition at line 62 of file json_missing.c.

+ Here is the caller graph for this function: