Skip to content

Instantly share code, notes, and snippets.

@goldylucks
Created January 4, 2017 12:57
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 goldylucks/f42ab1edd933647245a83a9b2e89f611 to your computer and use it in GitHub Desktop.
Save goldylucks/f42ab1edd933647245a83a9b2e89f611 to your computer and use it in GitHub Desktop.
mobileStructure diff
{
"title": "Bethlehem",
"children": [
{
"title": "Bethlehem Labelling",
"children": [
{
"title": "Box Line",
"title": "Shrink Line"
}],
"title": "Grading",
"children": [
{
"title": "Grading Line1",
"title": "Grading Line2"
}],
"title": "Main Hall Canning",
"children": [
{
"title": "1M EZO Line",
"title": "1M Plain Line",
"title": "A10 Line",
"title": "Bottle Line"
}],
"title": "Tomato Paste",
"children": [
{
"title": "Tomato Paste"
}],
"title": "Unpacking",
"children": [
{
"title": "Unpacking Line1"
}]
}]
}
{
"title": "Bethlehem",
"children": [
{
"title": "Bethlehem Labelling",
"children": [
{
"title": "Box Line"
},
{
"title": "Shrink Line"
}
]
},
{
"title": "Grading",
"children": [
{
"title": "Grading Line1"
},
{
"title": "Grading Line2"
}
]
},
{
"title": "Main Hall Canning",
"children": [
{
"title": "1M EZO Line"
},
{
"title": "1M Plain Line"
},
{
"title": "A10 Line"
},
{
"title": "Bottle Line"
}
]
},
{
"title": "Tomato Paste",
"children": [
{
"title": "Tomato Paste"
}
]
},
{
"title": "Unpacking",
"children": [
{
"title": "Unpacking Line1"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment