home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2002 March
/
PCWMAR02.iso
/
hands_on
/
DBCJAN01
/
dbcJan02b.mdb
/
StampDetail.json
< prev
next >
Wrap
JavaScript Object Notation
|
2001-10-01
|
633b
{
"schema": {
"StampID": "Long Integer",
"Date Bought": "DateTime",
"PricePaid": "Currency",
"Notes": "Text (255)"
},
"data": [
{
"StampID": 3,
"Date Bought": "07/05/89 00:00:00",
"PricePaid": 34,
"Notes": "This one was bought as a singleton - so not part of a collection"
},
{
"StampID": 4,
"Date Bought": "06/05/98 00:00:00",
"PricePaid": 433,
"Notes": "This one was bought as a singleton - but I matched it with another to form a collection"
},
{
"StampID": 5,
"Date Bought": "06/04/78 00:00:00",
"PricePaid": 544,
"Notes": "This one was bought as a singleton - but I matched it with another to form a collection"
},
{
"StampID": 1,
"PricePaid": 0
},
{
"StampID": 2,
"PricePaid": 0
}
]
}