JSON: Difference between revisions

63 bytes removed ,  3 years ago
No edit summary
Line 1,527:
 
=={{header|Forth}}==
Forth has no built-in higherhigh level data structures such as arrays,
strings, and objects. ThereNor is nothere 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,
written by individuals, available. Though finding them is not always easy.
Line 1,568 ⟶ 1,567:
</pre>
{\"value\":10,\"another\":\"esc\"aped\",\"flag\":false,\"array\":[1,2,3]}
 
 
=={{header|Fortran}}==