Skip to content

Instantly share code, notes, and snippets.

@cachrisman
Last active September 29, 2017 17:51
Show Gist options
  • Save cachrisman/a1107abb59cef9e784a7e7ea7681e68e to your computer and use it in GitHub Desktop.
Save cachrisman/a1107abb59cef9e784a7e7ea7681e68e to your computer and use it in GitHub Desktop.
[
{
"sys": "...",
"fields": {
"name": "Root",
"subcategory": [
{
"sys": "...",
"fields": {
"name": "Painting",
"subcategory": [
{
"sys": "...",
"fields": {
"name": "Acrylic Paints"
}
},
{
"sys": "...",
"fields": {
"name": "Oil Paints",
"subcategory": [
{
"sys": "...",
"fields": {
"name": "Oil Brushes",
"subcategory": [
{
"sys": "...",
"fields": {
"name": "Natural Hair Oil Brushes"
}
},
{
"sys": "...",
"fields": {
"name": "Synthetic Fiber Oil Brushes"
}
}
]
}
}
]
}
},
{
"sys": "...",
"fields": {
"name": "Tempera"
}
},
{
"sys": "...",
"fields": {
"name": "Watercolors"
}
}
]
}
}
]
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment