Simple JSON  0.1
A free simple json library for C
simple_json_parse.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

SJsonsj_parse_buffer (char *string, unsigned long length)
 given a string, create a JSON object from it More...
 

Function Documentation

SJson* sj_parse_buffer ( char *  string,
unsigned long  length 
)

given a string, create a JSON object from it

Parameters
stringthe strong to convert. NO OP if this is NULL
lengththe amount of characters in the string
Returns
NULL on error or a JSson object otherwise

Definition at line 234 of file simple_json_parse.c.