lune/tests/serde/test-files/uncompressed.json
Erica Marigold 0de9083abf
feat(serde): zstd compression & decompression
Tests are broken since the generated ZStd file by the CLI does not match the one generated by serde. Not really sure why.
2024-05-28 13:24:19 +05:30

30 lines
No EOL
536 B
JSON

{
"name": "John",
"age": 30,
"hobbies": [
"reading",
"writing",
"coding",
"👽"
],
"friends": [
{
"name": "Ξθής",
"age": 28,
"hobbies": [
"painting",
"hiking",
"🦛"
]
},
{
"name": "Bob",
"age": 35,
"hobbies": [
"fishing",
"gardening",
"🌿"
]
}
]
}