You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Data-Science-For-Beginners/2-Working-With-Data/06-non-relational/PersonsData.json

27 lines
494 B

[
{
"firstname": "Christophe",
"age": 32
},
{
"firstname": "Prema",
"age": 20
},
{
"firstname": "Arthur",
"age": 15
},
{
"firstname": "Zoe",
"age": 7
},
{
"firstname": "Keisha",
"age": 84
},
{
"firstname": "Jackie",
"age": 45
}
]