futriix-json/tst/integration/data/wikipedia.json
Roshan Khatri 926b6fd6fe
Contributing valkeyJSON module (#1)
Initial contribution for ValkeyJSON based off of Amazon implementation.
2024-11-29 07:47:54 -08:00

26 lines
432 B
JSON

{
"firstName": "John",
"lastName": "Smith",
"age": 27,
"weight": 135.17,
"isAlive": true,
"address": {
"street": "21 2nd Street",
"city": "New York",
"state": "NY",
"zipcode": "10021-3100"
},
"phoneNumbers": [
{
"type": "home",
"number": "212 555-1234"
},
{
"type": "office",
"number": "646 555-4567"
}
],
"children": [],
"spouse": null,
"groups": {}
}