| Package | Description |
|---|---|
| sk.antons.json.parse | |
| sk.antons.json.parse.traversal | |
| sk.antons.json.source |
| Modifier and Type | Method and Description |
|---|---|
static List<JsonLiteral> |
LiteralParser.all(JsonSource source,
PathMatcher matcher)
All literals with mathed path.
|
static List<String> |
LiteralParser.allAsString(JsonSource source,
PathMatcher matcher)
All literals with mathed path converted to string.
|
static JsonLiteral |
LiteralParser.first(JsonSource source,
PathMatcher matcher)
First literal with mathed path.
|
static String |
LiteralParser.firstAsString(JsonSource source,
PathMatcher matcher)
First literal with mathed path converted to string.
|
static JsonValue |
JsonParser.parse(JsonSource source)
Parse json from source.
|
| Modifier and Type | Method and Description |
|---|---|
static TraversalParser |
TraversalParser.instance(JsonSource source,
JsonContentHandler handler) |
| Constructor and Description |
|---|
TraversalParser(JsonSource source,
JsonContentHandler handler) |
| Modifier and Type | Class and Description |
|---|---|
class |
ReaderSource
Json source created from Reader
|
class |
StringSource
Json source provider created from string.
|
Copyright © 2018. All rights reserved.