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 JSONArrayConverter. Array(boolean[] booleanArray)Construct a JSON Array out of the JulianDate Arraystatic JSONArrayConverter. Array(double[] doubleArray)Construct a JSON Array out of the Double Arraystatic JSONArrayConverter. Array(double[][] grid)Construct a JSON 2D Array out of the 2D Double Arraystatic JSONArrayConverter. Array(int[] integerArray)Construct a JSON Array out of the Integer Arraystatic JSONArrayConverter. Array(java.lang.String[] stringArray)Construct a JSON Array out of the String Arraystatic JSONArrayConverter. Array(JulianDate[] dateArray)Construct a JSON Array out of the JulianDate Array