![]() |
DDraceNetwork Documentation
|
#include <engine/external/json-parser/json.h>Go to the source code of this file.
Functions | |
| const struct _json_value * | json_object_get (const json_value *object, const char *index) |
| const struct _json_value * | json_array_get (const json_value *array, int index) |
| int | json_array_length (const json_value *array) |
| const char * | json_string_get (const json_value *string) |
| int | json_int_get (const json_value *integer) |
| int | json_boolean_get (const json_value *boolean) |
| char * | EscapeJson (char *pBuffer, int BufferSize, const char *pString) |
| const char * | JsonBool (bool Bool) |
| const struct _json_value * json_array_get | ( | const json_value * | array, |
| int | index | ||
| ) |
| int json_array_length | ( | const json_value * | array | ) |
| int json_boolean_get | ( | const json_value * | boolean | ) |
| int json_int_get | ( | const json_value * | integer | ) |
| const struct _json_value * json_object_get | ( | const json_value * | object, |
| const char * | index | ||
| ) |
| const char * json_string_get | ( | const json_value * | string | ) |