SIMPOL Documentation

JSON_STRING

Description

Type Tags

JSON_VALUE

Object Value

Objects of type JSON_STRING have no value, and it is an error to try to get or set this value.

JSON_STRING.new()

Description

Prototype

JSON_STRING.new ( JSON_STRING me, blob value, integer encoding )

Parameters

ParameterDefault valueType nameDescription
meNoneJSON_STRING
valueNoneblob
encoding0integer

Properties

PropertyTypeDescription
assignsimpolstringfunction
encodinginteger
getjsonfunction
getsimpolstringfunction
typetype
valueblob

Methods

assignsimpolstring()

Description

Prototype

JSON_STRINGvar.assignsimpolstring ( JSON_STRING me, string s )

Parameters
ParameterDefault valueType nameDescription
meNoneJSON_STRING
sNonestring

getjson()

Description

Prototype

JSON_STRINGvar.getjson ( JSON_STRING me, integer encoding )

Parameters
ParameterDefault valueType nameDescription
meNoneJSON_STRING
encodingNoneinteger

getsimpolstring()

Description

Prototype

JSON_STRINGvar.getsimpolstring ( JSON_STRING me )

Parameters
ParameterDefault valueType nameDescription
meNoneJSON_STRING