Package | Description |
---|---|
jsondiscoverer |
Main classes for the JSON discoverer.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.List<JsonData> |
JsonSource.jsonData
List of JSON documents
|
Modifier and Type | Method and Description |
---|---|
private JsonData |
JsonSource.buildJsonData(java.io.Reader input,
java.io.Reader output)
Builds a
JsonData element out of a JSON document representing the input and another
JSON document representing the output. |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<JsonData> |
JsonSource.getJsonData()
Gets the set of
JsonData elements linked to this source. |