JSONParser class

Deprecated. since 3.0, Use JSONParser

Syntax

public class JSONParser

Members

All members of JSONParser, including inherited members.

Variables
Modifier and Type Variable Description
protected static String JSON_TAG_D  
protected static String JSON_TAG_DEFERRED  
protected static String JSON_TAG_DELTA  
protected static String JSON_TAG_METADATA  
protected static String JSON_TAG_RESULTS  
protected static String JSON_TAG_TYPE  
protected static String JSON_TAG_URI  
Constructors
Modifier and Type Constructor Description
public JSONParser()  
Methods
Modifier and Type Method Description
protected List< ISDMODataEntry > parseComplexEntry(String, String, ISDMODataSchema, String)  
protected List< ISDMODataEntry > parseFunctionImportComplexType(String, String, ISDMODataSchema, String)  
protected List< ISDMODataEntry > parseODataEntries(String, String, ISDMODataSchema)  
protected List< ISDMODataEntry > parseODataEntry(String, String, ISDMODataSchema)  
protected ISDMODataServiceDocument parseODataServiceDocument(String)  
protected void populateODataEntry(SDMODataEntry, JsonObject)