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