writeTo(
url STRING )
|
Sets the output stream of the JSONWriter object to a file or an
URL, and starts streaming data. |
writeToPipe(
cmd STRING )
|
Sets the output stream of the JSONWriter object to a PIPE, and
starts the streaming. |
writeToText(
txt TEXT )
|
Sets the output stream of the JSONWriter object to a TEXT large
object, and starts the streaming. |
setProperty(
name STRING)
|
Sets a property of a JSONWriter object. |
setValue(
value primitive-type)
|
Sets the value of a JSONWriter object. |
setBooleanValue(
value BOOLEAN)
|
Sets a boolean value of a JSONWriter object. |
setNullValue()
|
Sets the null value of a JSONWriter object. |
getSize()
RETURNS INTEGER
|
Returns the number of bytes written by the JSONWriter in the
current stream. |