Skip to content

Instantly share code, notes, and snippets.

@ivanoats
Created June 17, 2016 00:25
Show Gist options
  • Save ivanoats/93d8b53bd02280cca19cbda6f81efb89 to your computer and use it in GitHub Desktop.
Save ivanoats/93d8b53bd02280cca19cbda6f81efb89 to your computer and use it in GitHub Desktop.
contentful JSON example
{
"sys": {
"space": {
"sys": {
"type": "Link",
"linkType": "Space",
"id": "changeme"
}
},
"id": "changeme",
"type": "Entry",
"createdAt": "2016-04-22T03:27:15.304Z",
"updatedAt": "2016-04-22T16:41:28.193Z",
"revision": 3,
"contentType": {
"sys": {
"type": "Link",
"linkType": "ContentType",
"id": "legacyPost"
}
},
"locale": "en-US"
},
"fields": {
"title": "Tomorrow's Ember 1.0 Release: 5 Things Every Dev Needs to Know",
"body": "<h2 style=\"margin: 0px; padding: 0px;\">EMBER APP KIT</h2><div style=\"margin: 0px; padding: 0px;\">Fire up a new Ember app easier than ever. Ember App Kit gives you a testing framework, Grunt tasks, and scaffold generators. This is going to make every Ember developers' life significantly easier. In the future this will be rolled into Ember.js core.&nbsp;<a href=\"https://github.com/stefanpenner/ember-app-kit\" title=\"\" target=\"\" style=\"border: none;\">Link to the Ember App Kit</a>.<br></div><div style=\"margin: 0px; padding: 0px;\"><br></div><h2 style=\"margin: 0px; padding: 0px;\">EMBER INSPECTOR</h2><div style=\"margin: 0px; padding: 0px;\">Already in the Chrome App store, the Ember Inspector extension will let you see what your Ember app is doing in production or your development environment. You can also use the inspector on other site's Ember apps as well. Three cheers for easier debugging of your Ember app!&nbsp;<a href=\"https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi\" title=\"\" target=\"_blank\" style=\"border: none;\">Link to the Ember Inspector</a>.</div><div style=\"margin: 0px; padding: 0px;\"><br></div><h2 style=\"margin: 0px; padding: 0px;\">EMBER COMPONENTS</h2><div style=\"margin: 0px; padding: 0px;\">Lets you create your own application-specific HTML tags. W3C is doing something similar with Web&nbsp;Components and the Ember team is trying to stick to the standard set by W3C. In the future when the standard is set you will be able to migrate to Web Components with ease.&nbsp;<a href=\"http://emberjs.com/guides/components/\" title=\"\" target=\"_blank\" style=\"border: none;\">Read more about Ember Components in the official docs.</a></div><div style=\"margin: 0px; padding: 0px;\"><br></div><h2 style=\"margin: 0px; padding: 0px;\">1,733 LINES OF NEW DOCUMENTATION</h2><div style=\"margin: 0px; padding: 0px;\">In the past, Ember documentation has been painfully lacking. With the addition of massive amounts of new documentation, learning to develop Ember should be a lot quicker.&nbsp;<a href=\"http://emberjs.com/guides/\" title=\"\" target=\"_blank\" style=\"border: none;\">Link to the Ember guides</a>.</div><div style=\"margin: 0px; padding: 0px;\"><br></div><h2 style=\"margin: 0px; padding: 0px;\">TENTATIVE &nbsp;EMBER DATA&nbsp;1.0 BETA WITH RELEASE OF EMBER 1.0</h2><div style=\"margin: 0px; padding: 0px;\">Now that Ember.js is about to go 1.0, the core team is turning their focus to Ember Data. They are rebooting Ember Data with the jj-abrams branch. There has been 32 commits already this week. &nbsp;Follow along with their progress&nbsp;<a href=\"https://github.com/emberjs/data/commits/jj-abrams\" title=\"\" target=\"_blank\" style=\"border: none;\">here</a>.</div><div style=\"margin: 0px; padding: 0px;\"><br></div><div style=\"margin: 0px; padding: 0px;\">I'm a Code Fellows graduate and wanted to let you know that there is a&nbsp;<a href=\"https://www.codefellows.org/javascript\" title=\"\" target=\"\" style=\"border: none;\">Javascript Bootcamp</a>&nbsp;that will feature Ember.js starting in October. Follow me on Twitter @TheVeryThingy.</div><div><br></div>",
"authorName": "Jeff Horn",
"slug": "tomorrow-s-ember-1-0-release-5-things-every-dev-needs-to-know",
"intro": "The newest version of Ember.js is set up to launch tomorrow (8/30/13). Here are some of the things you need to know.",
"published": false
}
}
@benajaero
Copy link

Thank God for this. I was confused. The other json looks very different

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment