The json package
The Genero Web Services JSON package provides classes and methods to process JSON documents.
The purpose of the
json package is to enhance Genero REST Web Services
processing of JSON, such as streaming and serialization based on the JSON Schema/OpenAPI standards,
and to be more compatible with other tools supporting REST Services. Note:
It does not serve the same purpose as the util.JSON class, which is designed to manipulate raw JSON data, such as
converting JSON strings from/to BDL variables, to interface with other software based on the JSON
format.