Sha256: 4bf6db57582f04777384ad18492af67716f33fe86eceb3984cf9f89175ab5edf

Contents?: true

Size: 1.33 KB

Versions: 4

Compression:

Stored size: 1.33 KB

Contents

{
    "articles": {
        "link": [
            {
                "rel": "self",
                "href": "http://another.place.com",
                "type": "text/json",
                "charset": "utf-8" 
            },
            {
                "rel": "search",
                "href": "http://search.place.com",
                "type": "application/opensearchdescription+xml",
                "charset": "utf-8" 
            }
        ],
        "size": 2,
        "freezed": null,
        "article": [
            {
                "link": {
                    "rel": "self",
                    "href": "http://a.link.com",
                    "type": "text/json",
                    "profile": "article",
                    "charset": "utf-8" 
                },
                "title": "a awesome title",
                "subtitle": "Article subtitle",
                "author": "John  Maclane" 
            },
            {
                "link": {
                    "rel": "self",
                    "href": "http://a.link.com",
                    "type": "text/json",
                    "profile": "article",
                    "charset": "utf-8" 
                },
                "title": "a awesome title",
                "subtitle": "Article subtitle",
                "author": "John  Maclane"
            }
        ]
    }
}

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
medie-1.0.0 spec/integration/full_json.js
medie-1.0.0.beta4 spec/integration/full_json.js
medie-1.0.0.beta3 spec/integration/full_json.js
tokamak-1.0.0.beta2 spec/integration/full_json.js