Detailed reference of prototypes, properties and methods available in the
Javascript environment of your Helma web applications.

Adds JSON methods to the Object, Array and String prototypes.

To use this optional module, its repository needs to be added to the application, for example by calling app.addRepository('modules/core/JSON.js')
Methods
Object. toJSON()
This method produces a JSON text from an object. The object must not contain any cyclical references.
Array. toJSON()
This method produces a JSON text from an array. The array must not contain any cyclical references.
String. parseJSON()
This method parses a JSON text to produce an object or array. It will return false if there is an error.
Fri, 05 Feb 2010 17:40:05 GMT.

core framework

optional modules

java libraries

properties files