JSON utility classes
Genero BDL provides utility classes to manipulate JSON formatted data.
JSON classes from the util package
The following JSON utility classes provided in the
"util" extension package can
be used to manipulate JSON data in memory:util.JSONimplements basic JSON to/from FGL types conversion.util.JSONObjectimplements detail JSON Object control.util.JSONArrayimplements detail JSON Array control.
JSON classes from the json package
The following JSON utility classes provided in the
"json" extension package can
be used for streaming JSON data, especially with Genero Web Services:json.Serializerimplements methods to serialize BDL variable to/from JSON objects.json.JSONWriterprovides an interface that writes data in a JSON format to an output source.json.JSONReaderprovides an interface that reads data in a JSON format from an input source.