How to add anther “entry” into this JSON?
问题 I downloaded some JSON, as shown below. In the developer console it looks like an object containing nested objects which contain nested objects ... I would like to add a new, empty "campaign" into the data (at the front). How do I do that? Insert var blankCampaignData = {'title': '', 'description': '', 'path_to_logo': '', 'start_time': date, 'end_time' : date, 'paused': false}; into { "campaigns": { "1": { "campaign_id": "1", "title": "Nike Air 2015 campaign", "description": null, "path_to