mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 13:00:37 +00:00
17 lines
375 B
JSON
17 lines
375 B
JSON
{
|
|
"name": "John",
|
|
"age": 30,
|
|
"hobbies": ["reading", "writing", "coding", "👽"],
|
|
"friends": [
|
|
{
|
|
"name": "Ξθής",
|
|
"age": 28,
|
|
"hobbies": ["painting", "hiking", "🦛"]
|
|
},
|
|
{
|
|
"name": "Bob",
|
|
"age": 35,
|
|
"hobbies": ["fishing", "gardening", "🌿"]
|
|
}
|
|
]
|
|
}
|