home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BUG 2
/
BUGCD1997_01.iso
/
aplikac
/
muscle
/
bodybuil.md_
/
bodybuil.md
/
Levels.json
< prev
next >
Wrap
JavaScript Object Notation
|
1996-10-21
|
327b
{
"schema": {
"ID": "Long Integer",
"Level": "Long Integer NOT NULL",
"Description": "Text (50)"
},
"data": [
{
"ID": 1,
"Level": 1,
"Description": "beginner"
},
{
"ID": 2,
"Level": 2,
"Description": "entry"
},
{
"ID": 3,
"Level": 3,
"Description": "intermediate"
},
{
"ID": 4,
"Level": 4,
"Description": "experienced"
},
{
"ID": 5,
"Level": 5,
"Description": "professional"
}
]
}