libs redesign

This commit is contained in:
anwinged
2012-03-20 04:24:12 +00:00
parent cab9f496ee
commit db9824bdc2
4 changed files with 246 additions and 240 deletions

View File

@ -1,42 +1,32 @@
{
"title": "Example task",
"author": "Anton Vakhrushev",
"models": {
"simpleexample": {
"title": "Simple example model",
"title": "Simple model for example",
"author": "Anton Vakhrushev",
"date": "2012-03-08",
"data": {
"params": {
"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
}
}
"n": {
"type": "int",
"default": 1000
}
}
}
}
}