hdac SDK
SDK for hdac blockchain development
네임스페이스 | 클래스 | 열거형 타입
Newtonsoft.Json.Linq 네임스페이스 참조

네임스페이스

클래스

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. 더 자세히 ...
 

열거형 타입 문서화

Specifies the type of token.

열거형 멤버
None 

No token type has been set.

Object 

A JSON object.

Array 

A JSON array.

Constructor 

A JSON constructor.

Property 

A JSON object property.

Comment 

A comment.

Integer 

An integer value.

Float 

A float value.

String 

A string value.

Boolean 

A boolean value.

Null 

A null value.

Undefined 

An undefined value.

Date 

A date value.

Raw 

A raw JSON value.

Bytes 

A collection of bytes value.