{
    "endpoints": {
        "GET \/json-api\/users": "list users",
        "GET \/json-api\/users\/1": "single user by id",
        "GET \/json-api\/posts": "list posts",
        "GET \/json-api\/posts\/1": "single post by id",
        "GET \/json-api\/echo": "echo request back as JSON"
    }
}