JSON Example
- JSON is just Javascript, in this case an anonymous object.
{
html: { 'element-id-1':
'blob of <strong>HTML</strong>',
'element-id-2':
'another blob of <em>HTML</em>'
}
}
{
html: { 'element-id-1':
'blob of <strong>HTML</strong>',
'element-id-2':
'another blob of <em>HTML</em>'
}
}
| Copyright © 2005-2006 David Rolsky |