ToJson

From RAGE Multiplayer Wiki

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...