JSON: Difference between revisions

Content added Content deleted
Line 3,548: Line 3,548:
</pre>
</pre>
=={{header|Standard ML}}==
=={{header|Standard ML}}==
Works on Unix/Linux/BSD with jq (github.com/stedolan/jq/ ) installed. Data storage in strings, to be sure that the floating point numbers are written back as received.
Works on Unix/Linux/BSD with jq (github.com/stedolan/jq/ ) installed. Data storage in strings, to be sure that floating point numbers are written back as received.
<lang Standard ML>
<lang Standard ML>
val Validate = fn jsonstring =>
val Validate = fn jsonstring =>