readFrom(
name STRING )
|
Sets the input stream of the JSONReader object to a file or an
URL. |
readFromPipe(
cmd STRING )
|
Sets the input stream of the JSONReader object to a
PIPE. |
readFromText(
txt TEXT )
|
Sets the output stream of the JSONReader object to a TEXT large
object. |
getProperty() RETURNS STRING
|
Gets a property of a JSONReader object. |
getValue() RETURNS STRING
|
Gets the value of a JSONReader object. |
getBooleanValue(
b BOOLEAN)
|
Gets a boolean value of a JSONReader object. |
getDecimalValue(
de DECIMAL)
|
Gets a decimal value of a JSONReader object. |
getByteValue(
by BYTE)
|
Gets a byte value of a JSONReader object. |
getTextValue(
txt TEXT )
|
Gets a text value of the current JSON node. |
getDateTimeValue(
dt DATETIME )
|
Gets a datetime value of the current JSON node. |
getEventType()
RETURNS STRING
|
Returns a string that indicates the type of event the cursor of the
JSONReader object is pointing to. |