Re: A standard for XML - JSON mapping.2016-02-01 04:05:25<https://www-01.ibm.com/support/knowledgecenter/SS9H2Y_7.1.0/com.ibm.dp.doc/json_jsonx.html>?
This is for the transport of JSON data in XML documents, not for
converting XML data into a JSON representation.
JSON -> JSONx:
{ "Ticker" : "IBM" }
->
<json:object>
<json:string name="Ticker">IBM</json:string>
</json:object>
(In any case, I'm wondering if you are citing this because you think we
should be using it or just as a vivid demonstration of how futile these
efforts are...)
Grüße, Carsten
|
|
||||||||||||||||