JSON: Difference between revisions

Content added Content deleted
No edit summary
Line 1,527: Line 1,527:


=={{header|Forth}}==
=={{header|Forth}}==
Forth has no built-in higher level data structures such as arrays,
Forth has no built-in high level data structures such as arrays,
strings, and objects. Nor is there a standardized Forth library to build
dynamically resizeable arrays, strings, dynamically resizeable
strings, and objects. There is no standardized Forth library to build
and use such structures. But there are many different Forth libraries,
and use such structures. But there are many different Forth libraries,
written by individuals, available. Though finding them is not always easy.
written by individuals, available. Though finding them is not always easy.
Line 1,568: Line 1,567:
</pre>
</pre>
{\"value\":10,\"another\":\"esc\"aped\",\"flag\":false,\"array\":[1,2,3]}
{\"value\":10,\"another\":\"esc\"aped\",\"flag\":false,\"array\":[1,2,3]}



=={{header|Fortran}}==
=={{header|Fortran}}==