Click or drag to resize

JsonUtils Class

Provides methods for JSON (de)serialization.
Inheritance Hierarchy
SystemObject
  KeeperSecurity.UtilsJsonUtils

Namespace: KeeperSecurity.Utils
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public static class JsonUtils

The JsonUtils type exposes the following members.

Methods
 NameDescription
Public methodStatic memberDumpJsonT Serializes object to JSON format.
Public methodStatic memberParseJsonT Deserializes JSON data.
Top
See Also