public class JSONParser extends Object
String
.
String
.
Long
.
Double
.
Boolean
.
Map<String, Object>
.
List
which may contain any of the above values.
Constructor and Description |
---|
JSONParser(CharSequence json) |
JSONParser(InputStream is) |
public JSONParser(CharSequence json)
public JSONParser(InputStream is) throws IOException
IOException
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.