Tutorials: JSON Processing

The following tutorials are aimed at complimenting the existing documentation around the JSON PARSE and JSON GENERATE statements, with which you can convert JSON text to COBOL data formats (JSON PARSE) and generate COBOL data to JSON text (JSON GENERATE).

With JSON being a popular format for data interchange, especially in today's web applications, the ability to handle it in your COBOL programs is very beneficial.

Sequence

The tutorials require that you progress through them in the order presented here.