public class JSONArrayUtils extends Object
Constructor and Description |
---|
JSONArrayUtils() |
public JSONArrayUtils()
public static net.minidev.json.JSONArray parse(String s) throws ParseException
Specific JSON to Java entity mapping (as per JSON Simple):
java.lang.Number
.
long
.
double
.
s
- The JSON array string to parse. Must not be null
.ParseException
- If the string cannot be parsed to a JSON
array.Copyright © 2016 Connect2id Ltd.. All Rights Reserved.