| Package | Description |
|---|---|
| sk.antons.json | |
| sk.antons.json.impl | |
| sk.antons.json.literal | |
| sk.antons.json.literal.impl | |
| sk.antons.json.parse |
| Modifier and Type | Method and Description |
|---|---|
JsonLiteral |
JsonValue.asLiteral()
Cast this value instance to JsonLiteral
|
static JsonLiteral |
JsonFactory.parseLiteral(String value)
Parse string value and return identified literal.
|
| Modifier and Type | Method and Description |
|---|---|
JsonLiteral |
JsonValueImpl.asLiteral() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
JsonBoolLiteral
Boolean literal.
|
interface |
JsonExpLiteral
Exponent literal value.
|
interface |
JsonFracLiteral
Fractional literal value.
|
interface |
JsonIntLiteral
Integer literal value.
|
interface |
JsonNullLiteral
Null literal value.
|
interface |
JsonStringLiteral
String literal.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JsonBoolLiteralImpl |
class |
JsonExpLiteralImpl |
class |
JsonFracLiteralImpl |
class |
JsonIntLiteralImpl |
class |
JsonLiteralImpl |
class |
JsonNullLiteralImpl |
class |
JsonStringLiteralImpl |
| Modifier and Type | Method and Description |
|---|---|
static JsonLiteral |
LiteralParser.first(JsonSource source,
PathMatcher matcher)
First literal with mathed path.
|
| Modifier and Type | Method and Description |
|---|---|
static List<JsonLiteral> |
LiteralParser.all(JsonSource source,
PathMatcher matcher)
All literals with mathed path.
|
Copyright © 2018. All rights reserved.