Created
January 4, 2017 12:57
-
-
Save goldylucks/f42ab1edd933647245a83a9b2e89f611 to your computer and use it in GitHub Desktop.
mobileStructure diff
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
{ | |
"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" | |
}] | |
}] | |
} |
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
{ | |
"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