GetJsonString constructor

GetJsonString(
  1. {required JsonValue json_value,
  2. int? extra,
  3. int? clientId}
)

Converts a JsonValue object to corresponding JSON-serialized string. Can be called synchronously

Returns Text

Implementation

GetJsonString