Simple JSON  0.1
A free simple json library for C
simple_json_parse.h
Go to the documentation of this file.
1 #ifndef __SIMPLE_JSON_PARSE_H__
2 #define __SIMPLE_JSON_PARSE_H__
3 
10 SJson *sj_parse_buffer(char *string,unsigned long length);
11 
12 
13 #endif
this is the abstract container structure for all json data This structure may be an object...
SJson * sj_parse_buffer(char *string, unsigned long length)
given a string, create a JSON object from it