RandomSec/OpenRefine/main/tests/data/json-sample-format-1.json

14 lines
184 B
JSON
Raw Normal View History

{
"library": [
{
"book1": {
"author": {
"author-name": "author1",
"author-dob": "date"
},
"genre": "genre1"
}
}
]
}