Keeper SDK Class Library
Keeper SDK Class Library
Namespaces
KeeperSecurity.Utils
JsonUtils Class
JsonUtils Methods
Json
Utils Class
Provides methods for JSON (de)serialization.
Inheritance Hierarchy
System
Object
KeeperSecurity.Utils
JsonUtils
Namespace:
KeeperSecurity.Utils
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax
C#
Copy
public
static
class
JsonUtils
The
JsonUtils
type exposes the following members.
Methods
Name
Description
DumpJson
T
Serializes object to JSON format.
ParseJson
T
Deserializes JSON data.
Top
See Also
Reference
KeeperSecurity.Utils Namespace