Glossary

JSON GENERATE

A COBOL statement (Enterprise COBOL 6.1+) that converts a COBOL data structure to JSON text. Enables COBOL programs to produce JSON output for REST APIs and modern integration patterns. (Ch. 39, Ch. 40) See also: *JSON PARSE*, *XML GENERATE*.

Learn More

Related Terms