hdac SDK
SDK for hdac blockchain development
|
네임스페이스 |
클래스 | |
class | Extensions |
Contains the LINQ to JSON extension methods. | |
interface | IJEnumerable |
Represents a collection of JToken objects. 더 자세히 ... | |
class | JArray |
Represents a JSON array. 더 자세히 ... | |
class | JConstructor |
Represents a JSON constructor. 더 자세히 ... | |
class | JContainer |
Represents a token that can contain other tokens. 더 자세히 ... | |
struct | JEnumerable |
Represents a collection of JToken objects. 더 자세히 ... | |
class | JObject |
Represents a JSON object. 더 자세히 ... | |
class | JPath |
class | JProperty |
Represents a JSON property. 더 자세히 ... | |
class | JRaw |
Represents a raw JSON string. 더 자세히 ... | |
class | JToken |
Represents an abstract JSON token. 더 자세히 ... | |
class | JTokenEqualityComparer |
Compares tokens to determine whether they are equal. 더 자세히 ... | |
class | JTokenReader |
Represents a reader that provides fast, non-cached, forward-only access to serialized Json data. 더 자세히 ... | |
class | JTokenWriter |
Represents a writer that provides a fast, non-cached, forward-only way of generating Json data. 더 자세히 ... | |
class | JValue |
Represents a value in JSON (string, integer, date, etc). 더 자세히 ... | |
열거형 타입 | |
enum | JTokenType { JTokenType.None, JTokenType.Object, JTokenType.Array, JTokenType.Constructor, JTokenType.Property, JTokenType.Comment, JTokenType.Integer, JTokenType.Float, JTokenType.String, JTokenType.Boolean, JTokenType.Null, JTokenType.Undefined, JTokenType.Date, JTokenType.Raw, JTokenType.Bytes } |
Specifies the type of token. 더 자세히 ... | |
|
strong |
Specifies the type of token.