RosettaCodeData/Task/JSON/Arturo/json.arturo
2026-02-01 16:33:20 -08:00

14 lines
213 B
Text

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 ø