The Excellent JSON Family of Components
Just discovered JavaScript Object Notation (JSON) family of components. The notation itself is a subset of JavaScript syntax. The most interesting is the JSON-RPC (try it here), which is similar to XML-RPC but uses the light-weight format of JSON. What does it mean to us?
PS: Mozilla SVG Demos. The SVG DOM will be compatible with existing DOM and will be manipulatible by JavaScript. Just imagine Visio completely implemented with DHTML! Now I am really excited!
- JSON and relatives are what we would have arrived at if we push up our own JavaScript related mechanisms a few notches.
- Our implementation of background call to server on the client (currently using a hidden IFrame with more complicated supporting logic) can be replaced by JSON-RPC for 1) simplicity; and 2) a commonly adopted standard (well, not yet standard, but my guess is it will be adopted quickly because of its merits). Then our implementation of partial page refresh will be much easier and cleaner.
PS: Mozilla SVG Demos. The SVG DOM will be compatible with existing DOM and will be manipulatible by JavaScript. Just imagine Visio completely implemented with DHTML! Now I am really excited!
<< Home