JsonUtilsDumpJsonT Method |
Serializes object to JSON format.
Namespace: KeeperSecurity.UtilsAssembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax public static byte[] DumpJson<T>(
T obj,
bool indent = true
)
Parameters
- obj T
- JSON object.
- indent Boolean (Optional)
- Pretty print
Type Parameters
- T
- Type of JSON object.
Return Value
ByteJSON data.
See Also