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:

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.Serializer implements methods to serialize BDL variable to/from JSON objects.
  • json.JSONWriter provides an interface that writes data in a JSON format to an output source.
  • json.JSONReader provides an interface that reads data in a JSON format from an input source.