Uses of Interface
org.basex.query.util.json.JsonHandler

Packages that use JsonHandler
org.basex.query.util.json   
 

Uses of JsonHandler in org.basex.query.util.json
 

Classes in org.basex.query.util.json that implement JsonHandler
 class JsonMapConverter
          Provides a method for parsing a JSON string and converting it to an XQuery item made of nested maps.
 class JsonStringConverter
          Writes the parsed JSON file to the given TokenBuilder.
 

Methods in org.basex.query.util.json with parameters of type JsonHandler
static void JsonParser.parse(java.lang.String json, JsonParser.Spec sp, boolean unesc, JsonHandler h, InputInfo ii)
          Parses the input JSON string and directs the parse events to the given handler.