Uses of Class
net.ontopia.topicmaps.utils.jtm.JSONWriter
Packages that use JSONWriter
Package
Description
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 JSONWriterModifier and TypeMethodDescriptionJSONWriter.array()PUBLIC: Begin a new JSON array.JSONWriter.endArray()PUBLIC: Finish an JSON array.JSONWriter.endObject()PUBLIC: Finish of an JSON object.PUBLIC: Write out the given key.JSONWriter.object()PUBLIC: Begin to append a new object.Write a complete JSON key/value pair to the stream.Write out the given value.