Class JsonParser

java.lang.Object
org.basex.util.InputParser
org.basex.io.parse.json.JsonParser

public final class JsonParser extends InputParser
A JSON parser generating parse events similar to a SAX XML parser.
Author:
BaseX Team 2005-21, BSD License, Leo Woerteler
  • Constructor Details

    • JsonParser

      public JsonParser(String input, JsonParserOptions opts, JsonConverter conv)
      Constructor taking the input string and the spec according to which it is parsed.
      Parameters:
      input - input string
      opts - options
      conv - converter
  • Method Details