JsonValueToString(String) Method
Returns a JSON string that represents this
JsonValue.
Namespace: KGySoft.JsonAssembly: KGySoft.Json (in KGySoft.Json.dll) Version: 3.0.0
public string ToString(
string? indent
)
Public Function ToString (
indent As String
) As String
public:
String^ ToString(
String^ indent
)
member ToString :
indent : string -> string
- indent String
- Specifies the indentation string to produce a formatted JSON.
If or empty, then a minimized JSON is returned. Using non-whitespace characters may produce an invalid JSON.
StringA JSON string that represents this
JsonValue.