void sj_string_set(SJString *string, char *s)
set the value of string to s
char * sj_get_error()
get the last reported error for simple json
void sj_set_error(char *er)
used internally to se the error message
a basic structure that keeps track of a string and its length Automatically grows to accomodate longe...