home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Windows Gam…ming Gurus (2nd Edition)
/
Disc2.iso
/
msdn_vcb
/
samples
/
vc98
/
mfc
/
database
/
extbind
/
pubs.mdb
/
discounts.json
< prev
next >
Wrap
JavaScript Object Notation
|
1998-03-26
|
325b
{
"schema": {
"discounttype": "Text (40)",
"stor_id": "Text (4)",
"lowqty": "Integer",
"highqty": "Integer",
"discount": "Double"
},
"data": [
{
"discounttype": "Initial Customer",
"discount": 10.5
},
{
"discounttype": "Volume Discount",
"lowqty": 100,
"highqty": 1000,
"discount": 6.7
},
{
"discounttype": "Customer Discount",
"stor_id": "8042",
"discount": 5
}
]
}