Re: XML<-> JSON conversion. What do you think?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Max

    Re: XML<-> JSON conversion. What do you think?

    Douglas Crockford ha scritto:
    That may be true if the text you are dealing with is primarily document.
    If it is primarily data, then preservation of document structure will
    add a lot of inefficiency to the JSON data structure. A problem in much
    XML practice is that it is sometime difficult to understand the difference.
    >
    There are a number of transformations possible between JSON and XML. See
    for example org.json.XML and org.json.JSONML at www.json.org/java
    Thank you Douglas. I hope to find a solution to implement a Javascript
    converter from XML to JSON.
    (Pay attention to page examples on json.org because there are errors)

    Max
  • Douglas Crockford

    #2
    Re: XML&lt;-&gt; JSON conversion. What do you think?

    Max wrote:
    (Pay attention to page examples on json.org because there are errors)
    That remark is not helpful. If there are errors, it would be helpful if you
    specifically identified them. You can thank the community for the free
    information you have obtained by providing correct information of your own.

    Comment

    Working...