Package | Description |
---|---|
org.drip.json.parser |
Modifier and Type | Method and Description |
---|---|
static JSONArray |
Converter.Array(boolean[] ab)
Construct a JSON Array out of the Boolean Array
|
static JSONArray |
Converter.Array(double[] adbl)
Construct a JSON Array out of the Double Array
|
static JSONArray |
Converter.Array(double[][] aadbl)
Construct a JSON 2D Array out of the 2D Double Array
|
static JSONArray |
Converter.Array(int[] ai)
Construct a JSON Array out of the Integer Array
|
static JSONArray |
Converter.Array(JulianDate[] adt)
Construct a JSON Array out of the JulianDate Array
|
static JSONArray |
Converter.Array(java.lang.String[] astr)
Construct a JSON Array out of the String Array
|