SAMPSON icon indicating copy to clipboard operation
SAMPSON copied to clipboard

Add support for JSON writing too..

Open Zorono opened this issue 4 years ago • 0 comments

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[]);
//........

Zorono avatar Jan 21 '20 12:01 Zorono