michaelchadwick/ember-remember-stuff

View on GitHub
packages/frontend/public/api/links.json

Summary

Maintainability
Test Coverage
{
  "//": [
    "I am a comment"
  ],
  "data": [
    {
      "type": "link",
      "id": "emberjs",
      "attributes": {
        "url": "https://emberjs.com",
        "title": "EmberJS",
        "target": "_blank"
      }
    },
    {
      "type": "link",
      "id": "emberjs-guides",
      "attributes": {
        "url": "https://guides.emberjs.com",
        "title": "EmberJS Guides",
        "target": "_blank"
      }
    },
    {
      "type": "link",
      "id": "emberjs-github-source",
      "attributes": {
        "url": "https://github.com/emberjs/ember.js",
        "title": "EmberJS Github Source",
        "target": "_blank"
      }
    }
  ]
}