fleet/orbit/pkg/dataflatten/testdata/animals.jsonl
2023-11-01 20:11:35 -06:00

43 lines
742 B
JSON

{
"metadata": {
"testing": true,
"version": "1.0.1"
}
}
{
"system": "users demo"
}
{
"users": [
{
"favorites": [
"ants"
],
"uuid": "abc123",
"name": "Alex Aardvark",
"id": 1
},
{
"favorites": [
"mice",
"birds"
],
"uuid": "def456",
"name": "Bailey Bobcat",
"id": 2
},
{
"favorites": [
"seeds"
],
"uuid": "ghi789",
"name": "Cam Chipmunk",
"id": 3
}
]
}
[
"array-item-A",
"array-item-B",
"array-item-C"
]