← Prev in month ← Prev in thread

json v. xml

From
Robert Koberg <>
To
"" <>
Date
2007-01-04T11:33:42Z
ID
<op.tlmnqgepjz08kt@rkmobile>
Thread
json v. xml
Hi,

It seems a lot it is being said about JSON being a better browser format  
than XML. Dare Obesanjo makes the best points in favor of JSON - mainly  
that you can cross domains easily.

But with JSON:

- how do you get the parent object?
- how can you go directly to an object? (perhaps it is deeply nested in an  
array, in an object, in an array)
- how do you transform it for a view? do you write your own transformation  
language each time?

Does any of the above matter for JSON?

Will an eval'ed JSON object(s) eventually look like a DOM object?

-Rob
← Prev in month ← Prev in thread