Class NativeJSON

    • Method Detail

      • getClassName

        public java.lang.String getClassName()
        Description copied from class: ScriptableObject
        Return the name of the class.

        This is typically the same name as the constructor. Classes extending ScriptableObject must implement this abstract method.

        Specified by:
        getClassName in interface Scriptable
        Specified by:
        getClassName in class ScriptableObject
      • parse

        public static java.lang.Object parse​(Context cx,
                                             Scriptable scope,
                                             java.lang.String jtext,
                                             Callable reviver)
      • stringify

        public static java.lang.Object stringify​(Context cx,
                                                 Scriptable scope,
                                                 java.lang.Object value,
                                                 java.lang.Object replacer,
                                                 java.lang.Object space)