|
Simple JSON
0.1
A free simple json library for C
|

Go to the source code of this file.
Functions | |
| SJson * | sj_parse_buffer (char *string, unsigned long length) |
| given a string, create a JSON object from it More... | |
| SJson* sj_parse_buffer | ( | char * | string, |
| unsigned long | length | ||
| ) |
given a string, create a JSON object from it
| string | the strong to convert. NO OP if this is NULL |
| length | the amount of characters in the string |
Definition at line 234 of file simple_json_parse.c.