ToJson
Внешний вид
Converts the given object into a JSON type string.
<syntaxhighlight lang="csharp">string NAPI.Util.ToJson(object data);</syntaxhighlight>
Parameters
- data: The object to convert to JSON string.
Example
<syntaxhighlight lang="csharp"> // Code here... </syntaxhighlight>