RosettaCodeData/Task/JSON/Arturo/json.arturo

15 lines
214 B
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

print read.json {{ "foo": 1, "bar": [10, "apples"] }}
object: #[
name: "john"
surname: "doe"
address: #[
number: 10
street: "unknown"
country: "Spain"
]
married: false
]
print write.json ø object