hugo

Fork of github.com/gohugoio/hugo with reverse pagination support

git clone git://git.shimmy1996.com/hugo.git

resource.json (265B)

    1 {
    2    "firstName": "Joe",
    3    "lastName": "Jackson",
    4    "gender": "male",
    5    "age": 28,
    6    "address": {
    7        "streetAddress": "101",
    8        "city": "San Diego",
    9        "state": "CA"
   10    },
   11    "phoneNumbers": [
   12        { "type": "home", "number": "7349282382" }
   13    ]
   14 }