JsonParserDefinitionpublic class JsonGrammarDefinition extends GrammarDefinition
| Modifier and Type | Field | Description |
|---|---|---|
protected static Map<Character,Character> |
ESCAPE_TABLE |
|
protected static Function<Character,Character> |
ESCAPE_TABLE_FUNCTION |
| Constructor | Description |
|---|---|
JsonGrammarDefinition() |
| Modifier and Type | Method | Description |
|---|---|---|
protected static Map<Character,Character> |
createEscapeTable() |
|
protected static String |
listToString(Collection<Character> characters) |
Copyright © 2018 PetitParser. All rights reserved.