ECN-4758 JSON GENERATE SUPPRESS WHEN enhancement

Defect Number: 59096

Product: ACUCOBOL-GT

Modules: Compiler, Runtime, JSON

Machines Affected: All

DESCRIPTION:

This release adds support for the SUPPRESS WHEN and NAME OMITTED phrases to the JSON GENERATE verb.

SUPPRESS WHEN
Allows the suppression of data items in the generated JSON data if they contain certain values.
NAME OMITTED
Generates an anonymous JSON object whose top-level parent name is not generated.

For details, see the The JSON GENERATE Statement topic in your ACUCOBOL-GT documentation.