Uses of Class
net.ontopia.topicmaps.utils.jtm.JSONWriter
-
Packages that use JSONWriter Package Description net.ontopia.topicmaps.utils.jtm This package provides support for the JSON Topic Map Notation (or JTM) format for topic maps. -
-
Uses of JSONWriter in net.ontopia.topicmaps.utils.jtm
Methods in net.ontopia.topicmaps.utils.jtm that return JSONWriter Modifier and Type Method Description JSONWriter
JSONWriter. array()
PUBLIC: Begin a new JSON array.JSONWriter
JSONWriter. endArray()
PUBLIC: Finish an JSON array.JSONWriter
JSONWriter. endObject()
PUBLIC: Finish of an JSON object.JSONWriter
JSONWriter. key(String key)
PUBLIC: Write out the given key.JSONWriter
JSONWriter. object()
PUBLIC: Begin to append a new object.JSONWriter
JSONWriter. pair(String key, String value)
Write a complete JSON key/value pair to the stream.JSONWriter
JSONWriter. value(String value)
Write out the given value.
-