JSON vs XOXO for document serialization

2 views
Skip to first unread message

Manuel Simoni

unread,
Oct 25, 2006, 2:47:30 PM10/25/06
to buckybase
JSON is very natural:

{ "system:id": "foobar",
"title": "The Foo Bar",
"related": { "system:id": "quux" } }

Using XOXO, immediately issues pop up:

* using <a> hrefs: where should the quux in the above example go: into
the <a>'s content, or into the value of the href attribute, or both?
http://code.google.com/p/buckybase/issues/detail?id=2

* how to distinguish between links and strings: as long as only plain
strings are allowed, one distinguish them easy from the <a>s. But when
you want to use for example strings with XML content, you'd have to
include them in a CDATA.
http://code.google.com/p/buckybase/issues/detail?id=1

Reply all
Reply to author
Forward
0 new messages