kinlane
10/15/2013 - 9:34 PM

Github Site JSOn

Github Site JSOn

{
    "navigation": {
        "Home": "/api-commons/",
        "About": "/api-comons/?p=About",
        "Contact": "/api-commons/?p=Contact"
    },
    "pages": {
        "Home": "<h1>Home</h1><p>This is the home page.</p>",
        "About": "<h1>Home</h1><p>This is the about page.</p>",
        "Contact": "<h1>Home</h1><p>This is the contact page.</p>"
    }
}