JSON Function List

 

jsConClose ( [container-handle] )

Releases all resources associated with an JSON container or resources associated with all open JSON containers .

 

jsConMap ( container-handle, value-or-type )

Creates a WIL map containing the key and either each key's value or the JSON type of each key's value.

 

jsConNew ( container-tytpe )

Creates and returns a new empty JSON container.

 

jsGetInfo ( option )

Retrieves the extender version and other information about the extender.

 

jsKeyExist ( container-handle, key-name [, ptr-paths [, key-delimiter]] )

Searches containers and sub-containers for all occurrences of a key or index and returns the number of instances found.

 

jsKeyPaths ( object-handle, key-name [, keys-delimiter ])

Searches containers for key(s) and returns all JSON paths to the key or keys.

 

jsParse ( json-string )

Creates a JSON container handle representing the parsed contents of a string containing valid JSON.

 

jsSerialize ( container-handle, formated[, encoding] )

Converts a JSON container handle into a string containing the contents of the JSON container.

 

jsValid (json-string)

Determines if a string contains valid JSON.

 

jsValueAdd ( container-handle, key-path, value [, key-delimiter ] )

Adds a key with value or changes the value of an existing key in a JSON container.

 

jsValueGet ( container-handle, key [, key-delimiter ] )

Retrieves the value associated with a key contained in a JSON container.

 

jsValueType ( container-handle, key [, key-delimiter ] )

Retrieves the JSON data type of the value associated with a contained in a JSON container.