{
    "title": "Example task",
    "author": "Anton Vakhrushev",
    
    "models": {
    
        "simpleexample": {
        
            "title": "Simple example model",
            "author": "Anton Vakhrushev",
            "date": "2012-03-08",

            "data": {
            
                "x": {
                    "type":     "int",
                    "default":  10
                },
                
                "u": {
                    "type":     "double",
                    "default":  3.14
                }
            },

            "methods": {
            
                "default": {
                    "title": "Default method",
                    "author": "Anton Vakhrushev",
                    "data": {
                        "p": {
                            "type":     "int",
                            "default":  20
                        }
                    }
                }
            }
            
        }
    }
}