Property | Type | Description | |
---|---|---|---|
Empty |
Property | Type | Description | |
---|---|---|---|
JsonBuffer | System | ||
JsonBuffer | System | ||
Slice | |||
SliceImpl |
Method | Description | |
---|---|---|
CreateReader ( ) : |
Creates a JsonBufferReader object that can be used to read the content of the buffer. If the buffer contains a JSON null or scalar value then the returned reader is already started and positioned on the value. |
|
Equals ( |
||
Equals ( object obj ) : bool | ||
From ( Jayrock.Json.JsonReader reader ) : |
||
From ( Jayrock.Json.JsonToken token ) : |
||
From ( string json ) : |
||
GetArray ( ) : Jayrock.Json.JsonBuffer[] | ||
GetArray ( |
||
GetArray ( |
||
GetArrayLength ( ) : int | ||
GetBoolean ( ) : bool | ||
GetHashCode ( ) : int | ||
GetMemberCount ( ) : int | ||
GetMembers ( ) : IEnumerable |
||
GetMembers ( |
||
GetMembers ( |
||
GetMembersArray ( ) : Jayrock.Json.NamedJsonBuffer[] | ||
GetNumber ( ) : |
||
GetString ( ) : string | ||
ToString ( ) : string |
Returns the content of the buffer formatted as JSON text.
|
|
operator ( ) : bool | ||
this ( int index ) : Jayrock.Json.JsonToken |
Gets the token at the specified index.
|
Method | Description | |
---|---|---|
JsonBuffer ( ) : System | ||
JsonBuffer ( Jayrock.Json.JsonBufferStorage storage, int start, int end ) : System | ||
Slice ( int start, int end ) : |
||
SliceImpl ( int start, int end ) : |
public static From ( Jayrock.Json.JsonReader reader ) : |
||
reader | Jayrock.Json.JsonReader | |
return |
public static From ( Jayrock.Json.JsonToken token ) : |
||
token | Jayrock.Json.JsonToken | |
return |
public static From ( string json ) : |
||
json | string | |
return |
public GetArray ( ) : Jayrock.Json.JsonBuffer[] | ||
return | Jayrock.Json.JsonBuffer[] |
public GetArray ( |
||
values | ||
index | int | |
count | int | |
return | int |
public GetMembers ( |
||
members | ||
return | int |
public GetMembers ( |
||
members | ||
index | int | |
count | int | |
return | int |
public GetMembersArray ( ) : Jayrock.Json.NamedJsonBuffer[] | ||
return | Jayrock.Json.NamedJsonBuffer[] |
public this ( int index ) : Jayrock.Json.JsonToken | ||
index | int | |
return | Jayrock.Json.JsonToken |