SAMPSON
SAMPSON copied to clipboard
Add support for JSON writing too..
similar to @Southclaws 's requests plugin
native Node:JsonObject({_, Node}:...);
native Node:JsonInt(value);
native Node:JsonBool(bool:value);
native Node:JsonFloat(Float:value);
native Node:JsonString(const value[]);
//........