Last active
September 29, 2017 17:51
-
-
Save cachrisman/a1107abb59cef9e784a7e7ea7681e68e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "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