public class JsonReader
extends java.lang.Object
| Constructor and Description |
|---|
JsonReader() |
| Modifier and Type | Method and Description |
|---|---|
void |
readJson(ConfigurationBuilderInfo builderInfo,
java.lang.String json)
Parses a JSON document into the supplied builder.
|
public void readJson(ConfigurationBuilderInfo builderInfo, java.lang.String json)
builderInfo - The configuration builder to use when reading.json - the JSON document.