home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip Hitware 6 B
/
CHIP_HITWARE6_B.iso
/
biuro
/
SDSHelpDesk
/
Demo.mdb
/
Priority.json
< prev
next >
Wrap
JavaScript Object Notation
|
1999-01-18
|
266b
{
"schema": {
"PriorityId": "Long Integer",
"Hide": "Boolean NOT NULL",
"Priority": "Text (50) NOT NULL"
},
"data": [
{
"PriorityId": 1,
"Hide": 0
},
{
"PriorityId": 2,
"Hide": 0,
"Priority": "Low"
},
{
"PriorityId": 3,
"Hide": 0,
"Priority": "Medium"
},
{
"PriorityId": 4,
"Hide": 0,
"Priority": "High"
}
]
}