Simple JSON
0.1
A free simple json library for C
|
a basic structure that keeps track of a string and its length Automatically grows to accomodate longer strings More...
#include <simple_json_string.h>
Public Attributes | |
char * | text |
int | size |
a basic structure that keeps track of a string and its length Automatically grows to accomodate longer strings
Definition at line 8 of file simple_json_string.h.
int SJString::size |
how much data base been allocated
Definition at line 11 of file simple_json_string.h.
char* SJString::text |
pointer to the character data
Definition at line 10 of file simple_json_string.h.