JSON Example | JSON 例
- JSON is just Javascript, in this case an anonymous object.
- JSONはただのJavascriptの無名オブジェクト
{
html: { 'element-id-1':
'blob of <strong>HTML</strong>',
'element-id-2':
'another blob of <em>HTML</em>'
}
}