ToJson
Converts the given object into a JSON type string.
C# Syntax
string NAPI.Util.ToJson(object data);
Parameters
- data: The object to convert to JSON string.
Example
// Code here...
Converts the given object into a JSON type string.
string NAPI.Util.ToJson(object data);
// Code here...