JsonUtils Class

Provides methods for JSON (de)serialization.

Definition

Namespace: KeeperSecurity.Utils
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
public static class JsonUtils
Inheritance
Object    JsonUtils

Methods

DumpJsonT Serializes object to JSON format.
ParseJsonT Deserializes JSON data.

See Also