Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

JSONParser- Global (deprecated)

The JSONParser API provides a JSON parser that does not use the JavaScript eval() function.

Note: This class is deprecated. Use the JavaScript JSON object instead.

Note: The methods of the JSONParser API do not validate the JSON string.

This class cannot be used in a scoped application. Use the JavaScript JSON object instead.

Parent Topic:Server API reference

JSONParser - JSONParser()

Creates a JSONParser object.

This class cannot be used in a scoped application. Use the JavaScript JSON object instead.

This class is deprecated. Use the JavaScript JSON object instead.

NameTypeDescription
None