JSONx is an IBM standard format to represent JSON as XML
publib.boulder.ibm.com
JSONx is an IBM standard format to represent JSON as XML
1–10 of 80 posts
Re: JSONx is an IBM standard format to represent JSON as XML
#2[deleted]
Re: JSONx is an IBM standard format to represent JSON as XML
#3Why oh why... If it helps JSON invade the enterprise then ok, but why make a good thing bad.
Re: JSONx is an IBM standard format to represent JSON as XML
#4JSONx: In Space
Re: JSONx is an IBM standard format to represent JSON as XML
#5[deleted]
Re: JSONx is an IBM standard format to represent JSON as XML
#6Why oh why... If it helps JSON invade the enterprise then ok, but why make a good thing bad.
http://publib.boulder.ibm.com/infocenter/wsdatap/v3r8m1/inde...
To allow you to use XSLT tools apparently.
Re: JSONx is an IBM standard format to represent JSON as XML
#7Is it April 1st again already?
Re: JSONx is an IBM standard format to represent JSON as XML
#8Silly, but interesting. It just shows the power and simplicity of the JSON syntax to define these universal data structures.
Re: JSONx is an IBM standard format to represent JSON as XML
#9"In an XML Firewall service, JSONx can be used like other XML input."
http://publib.boulder.ibm.com/infocenter/wsdatap/v3r8m1/inde...
"An XML firewall is a specialized device used to protect applications exposed through XML based interfaces like WSDL and REST and scan XML traffic coming in and out of an organization. [snipped] XML Firewall is often used to validate XML traffic, control access to XML based resources, filter XML content and rate limit requests to back-end applications exposed through XML based interfaces."
Re: JSONx is an IBM standard format to represent JSON as XML
#10Using the example from http://publib.boulder.ibm.com/infocenter/wsdatap/v3r8m1/inde...
muk:~ fiam$ echo '{ "name":"John Smith"... }'|wc -c
303
muk:~ fiam$ echo ' … ' |wc -c
904
I don't really have anything else to say.
Edit: formatting