Method StringUtil.JsonMultiline(+ 1 overload)
Overload
Converts JSON element to multiline indented JSON string.
public static string JsonMultiline(JsonElement json)
Parameters
json (JsonElement) |
Returns
Overload(top)
Converts single-line JSON string to multiline indented JSON string.
public static string JsonMultiline(string json)
Parameters
json (string) |