mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-06 16:45:55 +00:00
6 lines
No EOL
299 B
JSON
6 lines
No EOL
299 B
JSON
{"id": 1, "name": "a", "age": 20, "hobbies": "hob1,hob2"}
|
|
{"id": 2, "age": 21, "hobbies": "hob3,hob2", "name": "b"}
|
|
{"id": 3, "age": 22, "hobbies": "hob3,hob4"}
|
|
{"id": 4, "name": "d", "hobbies": "hob4,hob5"}
|
|
{"id": 5, "name": "e", "age": 24}
|
|
{"id": 6, "name": "f", "age": 26, "hobbies": "hob6,hob7"} |