Package org.petitparser.grammar.json
Class JsonParser
java.lang.Object
org.petitparser.parser.Parser
org.petitparser.parser.combinators.DelegateParser
org.petitparser.tools.GrammarParser
org.petitparser.grammar.json.JsonParser
public class JsonParser extends GrammarParser
JSON parser.
-
Field Summary
-
Constructor Summary
Constructors Constructor Description JsonParser() -
Method Summary
Methods inherited from class org.petitparser.parser.combinators.DelegateParser
copy, getChildren, parseOn, replaceMethods inherited from class org.petitparser.parser.Parser
accept, and, callCC, delimitedBy, end, end, flatten, flatten, hasEqualChildren, hasEqualProperties, isEqualTo, isEqualTo, map, mapWithSideEffects, matches, matchesSkipping, neg, neg, not, not, optional, optional, or, parse, permute, pick, plus, plusGreedy, plusLazy, repeat, repeatGreedy, repeatLazy, separatedBy, seq, settable, star, starGreedy, starLazy, times, token, toString, trim, trim, trim
-
Constructor Details
-
JsonParser
public JsonParser()
-