Uses of Class
org.drip.service.representation.JSONArray
Package | Description |
---|---|
org.drip.service.jsonparser |
RFC4627 Compliant JSON Message Parser
|
-
Uses of JSONArray in org.drip.service.jsonparser
Methods in org.drip.service.jsonparser that return JSONArray Modifier and Type Method Description static JSONArray
Converter. Array(boolean[] ab)
Construct a JSON Array out of the Boolean Arraystatic JSONArray
Converter. Array(double[] adbl)
Construct a JSON Array out of the Double Arraystatic JSONArray
Converter. Array(double[][] aadbl)
Construct a JSON 2D Array out of the 2D Double Arraystatic JSONArray
Converter. Array(int[] ai)
Construct a JSON Array out of the Integer Arraystatic JSONArray
Converter. Array(java.lang.String[] astr)
Construct a JSON Array out of the String Arraystatic JSONArray
Converter. Array(JulianDate[] adt)
Construct a JSON Array out of the JulianDate Array