mirror of
https://github.com/lune-org/lune.git
synced 2025-04-11 14:00:53 +01:00
Tests are broken since the generated ZStd file by the CLI does not match the one generated by serde. Not really sure why.
30 lines
No EOL
536 B
JSON
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",
|
|
"🌿"
|
|
]
|
|
}
|
|
]
|
|
} |