Uses of Class
org.apache.jena.atlas.json.io.JSWriter
Packages that use JSWriter
-
Uses of JSWriter in org.apache.jena.atlas.json.io
Methods in org.apache.jena.atlas.json.io that return JSWriterModifier 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()