Files
Salty/vendor/json/doc/examples/operator_deserialize.output
Aaron Peapell 06be9c6524 Created
2021-03-15 12:17:43 +11:00

14 lines
136 B
Plaintext

{
"array": [
1,
2,
3,
4,
5
],
"boolean": false,
"null": null,
"number": 23,
"string": "Hello, world!"
}