Class NativeJSON

java.lang.Object
org.htmlunit.corejs.javascript.ScriptableObject
org.htmlunit.corejs.javascript.NativeJSON
All Implemented Interfaces:
Serializable, ConstProperties, DebuggableObject, Scriptable, SymbolScriptable

public final class NativeJSON extends ScriptableObject
This class implements the JSON native object. See ECMA 15.12.
See Also: