JSONx is an IBM standard format to represent JSON as XML
pic.dhe.ibm.com
JSONx is an IBM standard format to represent JSON as XML
1–10 of 68 posts
Re: JSONx is an IBM standard format to represent JSON as XML
#2The output syntax is even more glorious than you'd think:
http://www.datapower.com/schemas/json jsonx.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:json="" rel="nofollow">http://www.ibm.com/xmlns/prod/2009/jsonx"> John Smith 21 2nd Street New York NY 10021 212 555-1111 212 555-2222 false 62.4 > 640
...and no, I'm not joking, and don't call me Shirley.
Re: JSONx is an IBM standard format to represent JSON as XML
#3Re: JSONx is an IBM standard format to represent JSON as XML
#4But I read the headline and threw up in my mouth a little.
Re: JSONx is an IBM standard format to represent JSON as XML
#5From the department-of-redundancy-department.... The output syntax is even more glorious than you'd think: http://www.datapower.com/schemas/json jsonx.xsd" xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance" xmlns:json=" " rel="nofollow">http://www.ibm.com/xmlns/prod/2009/jsonx"> John Smith 21 2nd Street New York NY 10021 212 555-1111 212 555-2222 false 62.4 > 640 ...and no, I'm not joking, and don't call me Shirl…
Re: JSONx is an IBM standard format to represent JSON as XML
#6From the department-of-redundancy-department.... The output syntax is even more glorious than you'd think: http://www.datapower.com/schemas/json jsonx.xsd" xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance" xmlns:json=" " rel="nofollow">http://www.ibm.com/xmlns/prod/2009/jsonx"> John Smith 21 2nd Street New York NY 10021 212 555-1111 212 555-2222 false 62.4 > 640 ...and no, I'm not joking, and don't call me Shirl…
I don't think JSONx is built for readability, so that actually seems like a very reasonable way to convert to XML.
I expect many people were doing this by hand since JSON has replaced XML in a lot of peoples minds, and IBM has created a way to standardize it to make it easier to work with other teams.
Re: JSONx is an IBM standard format to represent JSON as XML
#7From the department-of-redundancy-department.... The output syntax is even more glorious than you'd think: http://www.datapower.com/schemas/json jsonx.xsd" xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance" xmlns:json=" " rel="nofollow">http://www.ibm.com/xmlns/prod/2009/jsonx"> John Smith 21 2nd Street New York NY 10021 212 555-1111 212 555-2222 false 62.4 > 640 ...and no, I'm not joking, and don't call me Shirl…
Re: JSONx is an IBM standard format to represent JSON as XML
#8Re: JSONx is an IBM standard format to represent JSON as XML
#9From the department-of-redundancy-department.... The output syntax is even more glorious than you'd think: http://www.datapower.com/schemas/json jsonx.xsd" xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance" xmlns:json=" " rel="nofollow">http://www.ibm.com/xmlns/prod/2009/jsonx"> John Smith 21 2nd Street New York NY 10021 212 555-1111 212 555-2222 false 62.4 > 640 ...and no, I'm not joking, and don't call me Shirl…
It would look a lot more reasonable if they had set the root namespace instead of leaving it separate and requiring every element to be prefixed.
On the plus side I bet the output gzip's up rather nicely in transit assuming you're HTTP GET'ting this data....
Re: JSONx is an IBM standard format to represent JSON as XML
#10but where can you buy their complicator gloves?