sgs_SerializeSGSON [function]
void sgs_SerializeSGSON( sgs_Context* C, sgs_Variable var, const char* tab )
Serialize the given variable into a text format.
- This is similar to
sgs_SerializeExt
with mode = 3, only difference being thetab
argument. tab
allows to specify the string used for tabs- if
tab
isNULL
, the text output is tightly packed, without any extra spaces
- if