exportjson
DESTINATION

The exportjson statement exports the current database in JSON format.


Parameters

This statement has one parameter:

destination – field or variable to receive JSON formatted text.


Description

This statement exports the current database in JSON format. This example displays the database contents as JSON.

local jsonData
exportjson jsonData
displaydata jsonData

See Also


History

VersionStatusNotes
10.0NewNew in this version.