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.