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 JSONWriterJSONWriter. array()PUBLIC: Begin a new JSON array.JSONWriterJSONWriter. endArray()PUBLIC: Finish an JSON array.JSONWriterJSONWriter. endObject()PUBLIC: Finish of an JSON object.JSONWriterJSONWriter. key(String key)PUBLIC: Write out the given key.JSONWriterJSONWriter. object()PUBLIC: Begin to append a new object.JSONWriterJSONWriter. pair(String key, String value)Write a complete JSON key/value pair to the stream.JSONWriterJSONWriter. value(String value)Write out the given value.
-