Y
Hacker News
new
|
ask
|
show
|
jobs
by
sigzero
4701 days ago
Why? JSON should just be for data transfers. XML is for document formats. While the lines get seriously blurred that is there general use.
1 comments
pnathan
4701 days ago
Agreed, for long running data sets you really want schemas.
link
jimktrains2
4701 days ago
There are Json schema implementations out there.
link
specialp
4701 days ago
There are but XML schemas are well understood, standardized and have been around for a long time. Even if they did this project today, XML is the right choice due to its maturity and suitability for documents.
link