Uses of Class
org.apache.jena.atlas.json.io.JSWriter
-
Uses of JSWriter in org.apache.jena.atlas.json.io
Modifier and TypeMethodDescriptionJSWriter.arrayElement
(boolean b) JSWriter.arrayElement
(long integer) JSWriter.arrayElement
(String str) JSWriter.arraySep()
Useful if you are manually creating arrays and so need to print array separators yourselfJSWriter.finishArray()
JSWriter.finishObject()
JSWriter.startArray()
JSWriter.startObject()