Slide 98
Slide 98 text
1234
Red
Stapler
3.14
{
id:
1234,
name:
"Red
Stapler",
links:
[
{
rel:
"payment",
type:
"application/vnd.com.acme.shop+json",
href:
"http://acme.com/products/1234/payment"
}
],
price:
{
amount:
3.14,
currency:
"EUR"
}
}
XML VERSUS JSON
Content (“node value”) still the same
Float becomes object, stuff breaks