public final class JsonParser extends Object
Modifier and Type | Method and Description |
---|---|
static Object |
parse(String raw)
Parses a json string, returning either a
Map<String, Object> , List<Object> ,
String , Double , Boolean , or null . |
public static Object parse(String raw) throws IOException
Map<String, Object>
, List<Object>
,
String
, Double
, Boolean
, or null
.IOException
Copyright © 2018. All rights reserved.