JSON object

Note:

The content in this help topic applies to SuiteScript 2.0 and SuiteScript 2.1.

SuiteScript 2.x supports the JavaScript Object Notation (JSON) standard. You can use the JSON object to parse text as a JSON object and convert strings to JSON notation. For more information, see JSON.parse(text) and JSON.stringify(obj).

Important:

The following sections are included as a summary and are intended for reference only. For additional information about JSON, see http://www.ietf.org/rfc/rfc4627.txt.

Related Topics

SuiteScript 2.x Global Objects
define Object
require Function
log Object
util Object
toString()
Promise Object

General Notices