XML.orgXML.org
FOCUS AREAS |XML-DEV |XML.org DAILY NEWSLINK |REGISTRY |RESOURCES |ABOUT
OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]
Shoehorning (was RE: [xml-dev] Re: XML vs JSON)

While we are on the subject of shoehorning (facades/views to allow use of one technology that is weak in some area with a different technology that is strong in the same area): 

http://schematron.com/2017/08/can-i-assert-patterns-in-java-objects-with-schematron/

Regards
Rick

On 6 Oct 2017 09:57, "Takuki Kamiya" <tkamiya@us.fujitsu.com> wrote:

Hi,

 

In addition, it may be worth mentioning that a draft version of WoT (Web of Things) Thing Description [1]

specification also attempts to define JSON-schema to XML-schema mapping, based on the JSON-XML

mapping defined by EXI.

 

One consequence of this is one will be able to validate JSON documents based on JSON schema

using existing XML schema processors of user’s choice.

 

[1] https://www.w3.org/TR/2017/WD-wot-thing-description-20170914/#mapping-to-xml-schema

 

Takuki Kamiya

 

 

From: Peintner, Daniel [mailto:daniel.peintner.ext@siemens.com]
Sent: Thursday, October 05, 2017 2:07 AM
To: Mukul Gandhi <gandhi.mukul@gmail.com>; xml-dev@lists.xml.org
Subject: AW: [xml-dev] Re: XML vs JSON

 

Hi,

Many of these JSON<->XML tools provide a good coverage for some XML/JSON constructs but not for all.

The tool [1] you pointed to fails for example when converting the following "simple" JSON example to XML.

{ "a number": 1 }

The reason is rather simple. The qualified name in XML has some restrictions that are more rigid than the JSON fieldnames.

Hence, we in the EXI working group worked on a more sophisticated approach when converting JSON to XML infoset [2]. This requires escaping as shown here [3] for the example above.

Note1: The Efficient XML Interchange (EXI) format would not have the same restrictions as XML but the working group concluded that any EXI document should be convertible to XML.

Note2: The XSLT working group uses yet another scheme [4] which for EXI did not work given that we want to allow for user-defined XML schemas.

Having said that, there seem to be many approaches and solutions,

-- Daniel

[1] www.utilities-online.info/xmltojson/
[2] https://www.w3.org/XML/EXI/docs/json/exi-for-json.html
[3] https://www.w3.org/XML/EXI/docs/json/exi-for-json.html#exampleKeynameEscaping
[4] https://www.w3.org/TR/xslt-30/schema-for-json.xsd

 

 


Von: Mukul Gandhi [gandhi.mukul@gmail.com]
Gesendet: Freitag, 22. September 2017 08:08
An: xml-dev@lists.xml.org
Betreff: [xml-dev] Re: XML vs JSON

With respect to this thread, I could see that people have written tools to convert between XML and JSON (both ways). This seems to be nice: www.utilities-online.info/xmltojson/

 

On 1 August 2017 at 17:04, Mukul Gandhi <gandhi.mukul@gmail.com> wrote:

Hello,

    I don't intend to spark a bitter debate between XML & JSON, where the outcome of debate is win of one over other. Rather, I wish to present in a friendly manner, according to me, where these two technologies differ.

 

When talking about designing REST services, JSON seems to clearly win. The whole software world seems to be biased in favour of JSON it seems, for this criteria. Although I have read, that in many cases REST services can use XML instead of JSON. I think, JSON's major use case is in the use within REST.

 

Having worked quite a bit with Android mobile apps, that framework by default relies heavily on XML. I haven't seen JSON being used by default in that area. Although, JSON is many times used in feeding and fetching JSON data from various kinds of services (remote REST services, local API calls etc), in Android apps.

 

XML when considering other technologies in combination, like XML Schema and XML databases, have a scale close to RDBMSs. JSON is no where near this.

 

Any other thoughts from the experts here?

 



 

--

Regards,

Mukul Gandhi




[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]


News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 1993-2007 XML.org. This site is hosted by OASIS