diff --git a/JSONCreator_iOS/JSONCreator/JSON/Molecules/tabsListItem.json b/JSONCreator_iOS/JSONCreator/JSON/Molecules/tabsListItem.json index 90dc251..8b7560b 100644 --- a/JSONCreator_iOS/JSONCreator/JSON/Molecules/tabsListItem.json +++ b/JSONCreator_iOS/JSONCreator/JSON/Molecules/tabsListItem.json @@ -2,11 +2,15 @@ "tabs": { "moleculeName": "tabs", "tabs": [{ - "moleculeName": "label", - "text": "All" + "label":{ + "moleculeName": "label", + "text": "All" + } } ,{ - "moleculeName": "label", - "text": "Work Devices" + "label":{ + "moleculeName": "label", + "text": "Work Devices" + } }] }, "molecules": [ diff --git a/JSONCreator_iOS/JSONCreator/JSON/Samples/TabsSample.json b/JSONCreator_iOS/JSONCreator/JSON/Samples/TabsSample.json index 293ede4..7dec935 100644 --- a/JSONCreator_iOS/JSONCreator/JSON/Samples/TabsSample.json +++ b/JSONCreator_iOS/JSONCreator/JSON/Samples/TabsSample.json @@ -49,11 +49,15 @@ "tabs": { "moleculeName": "tabs", "tabs": [{ - "moleculeName": "label", - "text": "All" + "label":{ + "moleculeName": "label", + "text": "All" + } } ,{ - "moleculeName": "label", - "text": "Work Devices" + "label":{ + "moleculeName": "label", + "text": "Work Devices" + } }] }, "molecules": [