Search requires javascript to work
Copies serialized string to the requests body.
Parses http response body to JSON.
Parses JSON string or a file that contains JSON.
Checks if the first value is the same as the second one.
Validates json by checking if object have identically named fields with matching types.
Gets value's parent handle.
Gets JSON type of passed value.
Inits an empty object.
Inits an empty array.
Inits string data.
Inits a number.
Inits a real number.
Inits a boolean value.
Inits a null.
Creates deep copy of passed value.
Frees handle.
Gets string data.
Gets a number.
Gets a real number.
Gets a boolean value.
Gets a value from the array.
Gets string data from the array.
Gets a number from the array.
Gets a real number from the array.
Gets a boolean value from the array.
Gets count of the elements in the array.
Replaces an element in the array with value.
Replaces an element in the array with string data.
Replaces an element in the array with number.
Replaces an element in the array with real number.
Replaces an element in the array with boolean value.
Replaces an element in the array with null.
Appends a value in the array.
Appends string data in the array.
Appends a number in the array.
Appends a real number in the array.
Appends a boolean value in the array.
Appends a null in the array.
Removes an element from the array.
Removes all elements from the array.
Gets a value from the object.
Gets string data from the object.
Gets a number from the object.
Gets a real number from the object.
Gets a boolean value from the object.
Gets count of the keys in the object.
Gets name of the object's key.
Gets a value at the specified position from the object.
Checks if the object has a value with a specific name and type.
Sets a value in the object.
Sets string data in the object.
Sets a number in the object.
Sets a real number in the object.
Sets a boolean value in the object.
Sets a null in the object.
Removes a key and its value in the object.
Removes all keys and their values in the object.
Gets size of serialization.
Copies serialized string to the buffer.
Copies serialized string to the file.