public class MobileCoreJsonParser
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.util.Map<java.lang.String,ServiceConfiguration> |
parse(java.io.InputStream jsonStream) |
public static java.util.Map<java.lang.String,ServiceConfiguration> parse(java.io.InputStream jsonStream) throws java.io.IOException, org.json.JSONException
jsonStream - a inputStream to for mobile-core.json. Please note that this should be
managed by the calling core. The parser will not close the resource when it is
finished.java.io.IOException - if reading the stream failsorg.json.JSONException - if the json document is malformed