Json Class
A data structure.
Namespace: Neo.SmartContract.Framework.Services.Neo
Assembly: Neo.SmartContract.Framework
Syntax
public static class Json
Methods
Name | Description |
---|---|
Serialize(object obj) | Serializes the object elements into strings in Json format |
Deserialize(string json) | Deserializes the strings in Json format into object elements |
Constructor
Json is a static class and does not require a constructor.