Import/Export JSON to/from DataWindows

Three new functions (ImportJson, ImportJsonByKey, and ExportJson) are provided to import JSON to or export JSON from the DataWindow control, DataStore object, or DataWindowChild object, except for those with the following presentation styles are unsupported: Composite, Crosstab, OLE 2.0, and RichText.

For more about the function, refer to the section called “ImportJson” in DataWindow Reference, the section called “ImportJsonByKey” in DataWindow Reference and the section called “ExportJson” in DataWindow Reference.

The JSON string to be imported into the DataWindow must comply with the simple or standard format in DataWindow Reference.

For more code examples about exchanging JSON data between websites and DataWindows, refer to Using RESTFul Web Services with JSON in Application Techniques.