Keeper SDK Class Library
C#
Show/Hide TOC
Json
Utils Class
Provides methods for JSON (de)serialization.
Definition
Namespace:
KeeperSecurity.Utils
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
Copy
public
static
class
JsonUtils
Inheritance
Object
JsonUtils
Methods
DumpJson
T
Serializes object to JSON format.
ParseJson
T
Deserializes JSON data.
See Also
Reference
KeeperSecurity.Utils Namespace
In This Article
Definition
Methods
See Also