Converts the object to compressed JSON.
public static byte[] ToCompressedJson(object value)
| parameter | description |
|---|---|
| value | The value. |
The compressed JSON (as compressed by StringUtility).
Converts the object to JSON.
public static byte[] ToCompressedJson(object value, JsonSettings? settings)
| parameter | description |
|---|---|
| value | The value. |
| settings | The settings. |
The JSON.