Skip to content

Instantly share code, notes, and snippets.

@turingmachine
Last active February 12, 2020 20:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save turingmachine/4602a5fb037c033ca6aaf8f53554f7d7 to your computer and use it in GitHub Desktop.
Save turingmachine/4602a5fb037c033ca6aaf8f53554f7d7 to your computer and use it in GitHub Desktop.
bess.json
[
{
"id": 1,
"name": "Supermarkt"
},
{
"id": 2,
"name": "Lebensmittel",
"parent": 1
},
{
"id": 3,
"name": "Bäckerei, Confiserie & Backen",
"parent": 1
},
{
"id": 4,
"name": "Brote",
"parent": 2
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment