Package org.basex.io.parse.json
Class JsonBasicConverter
java.lang.Object
org.basex.io.parse.json.JsonConverter
org.basex.io.parse.json.JsonBasicConverter
This class converts a JSON document to XML.
- Author:
- BaseX Team 2005-21, BSD License, Christian Gruen
-
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanLit(byte[] value) voidnullLit()voidnumberLit(byte[] value) voidstringLit(byte[] value) Methods inherited from class org.basex.io.parse.json.JsonConverter
convert, convert, fallback, get
-
Method Details
-
numberLit
public void numberLit(byte[] value) -
stringLit
public void stringLit(byte[] value) -
nullLit
public void nullLit() -
booleanLit
public void booleanLit(byte[] value)
-