JSON: Difference between revisions

Content added Content deleted
Line 236: Line 236:


=={{header|OpenEdge/Progress}}==
=={{header|OpenEdge/Progress}}==
The WRITE-JSON and READ-JSON methods were introduced in Progress OpenEdge 10.2B.
<lang progress>/* using a longchar to read and write to, can also be file, memptr, stream */
<lang progress>/* using a longchar to read and write to, can also be file, memptr, stream */
DEFINE VARIABLE lcjson AS LONGCHAR NO-UNDO.
DEFINE VARIABLE lcjson AS LONGCHAR NO-UNDO.