Simple JSON
0.1
A free simple json library for C
|
Go to the source code of this file.
Functions | |
char * | sj_get_error () |
get the last reported error for simple json More... | |
void | sj_set_error (char *er) |
used internally to se the error message More... | |
char* sj_get_error | ( | ) |
get the last reported error for simple json
Definition at line 6 of file simple_json_error.c.
void sj_set_error | ( | char * | error | ) |
used internally to se the error message
error | the error message to set |
Definition at line 11 of file simple_json_error.c.