Method | Description | |
---|---|---|
Encode ( Stream stream, |
||
JsonNode ( NodeType type, |
||
JsonNode ( Stream stream, |
||
JsonNode ( byte bytes, |
||
JsonNode ( string json ) : System |
Method | Description | |
---|---|---|
AddNode ( INode node, bool named, Action |
||
GetName ( ) : string | ||
GetNodeType ( ) : NodeType | ||
GetNodes ( ) : IEnumerable |
||
GetValue ( ) : object | ||
SetName ( string name ) : void | ||
SetNodeType ( NodeType nodeType ) : void | ||
SetValue ( object value ) : void |
Method | Description | |
---|---|---|
GetElementType ( NodeType type ) : ElementType | ||
JsonNode ( JElement element, |
protected AddNode ( INode node, bool named, Action |
||
node | INode | |
named | bool | |
modify | Action |
|
return | void |
public Encode ( Stream stream, |
||
stream | Stream | |
encoding | ||
return | void |
public JsonNode ( NodeType type, |
||
type | NodeType | |
options | ||
return | System |
public JsonNode ( Stream stream, |
||
stream | Stream | |
encoding | ||
return | System |
public JsonNode ( byte bytes, |
||
bytes | byte | |
encoding | ||
return | System |
protected SetNodeType ( NodeType nodeType ) : void | ||
nodeType | NodeType | |
return | void |