Package | Description |
---|---|
net.ontopia.topicmaps.utils.jtm |
This package provides support for the JSON Topic Map
Notation (or JTM) format for topic maps.
|
Modifier and Type | Method and 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.
|