Click or drag to resize

JsonUtilsDumpJsonT Method

Serializes object to JSON format.

Namespace: KeeperSecurity.Utils
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
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

Byte
JSON data.
See Also