sgs_UnserializeSGSON(Ext) [functions]
void sgs_UnserializeSGSON( sgs_Context* C, const char* str )
Unserialize the given variable from a byte stream.
void sgs_UnserializeSGSONExt( sgs_Context* C, const char* str, size_t size )
Allows to pass a string buffer to the parsing function.
sgs_UnserializeSGSON
is alias tosgs_UnserializeSGSONExt( C, str, SGS_STRINGLENGTHFUNC( str ) )
- This is the same as creating a string variable and calling
sgs_UnserializeExt( C, <var>, 3 )