| Interface | Description | 
|---|---|
| SdkJsonNode | 
 DOM interface for reading a JSON document. 
 | 
| Class | Description | 
|---|---|
| JsonDomParser | 
 Parses an JSON document into a simple DOM like structure,  
SdkJsonNode. | 
| SdkArrayNode | 
 Represents a JSON array. 
 | 
| SdkEmbeddedObject | 
 Represents an embedded object returned by a  
JsonParser. | 
| SdkNullNode | 
 Represents an explicit JSON null. 
 | 
| SdkObjectNode | |
| SdkScalarNode | 
 Represents a simple scalar JSON value. 
 | 
Copyright © 2020. All rights reserved.