On 03/08/2014 10:31 AM, Liviu Andronic wrote:
On Sat, Mar 8, 2014 at 10:51 AM, Liviu Andronic <landronim...@gmail.com> wrote:
On Sat, Mar 8, 2014 at 8:54 AM, Abdelrazak Younes <you...@lyx.org> wrote:
On 07/03/2014 03:09, Tommaso Cucinotta wrote:
... instead of XML, as discussed so often ...
https://plus.google.com/+LinusTorvalds/posts/X2XVf9Q7MfV
Bad idea for a document, LyX is used to create structured document, not
database, we are not going to create a new directory for each new inset...
But I agree that XML is really not good for humans, we should switch to Json,
not XML.
See related:
"JSON vs XML: How JSON Is Superior To XML"
https://www.udemy.com/blog/json-vs-xml/
For those dreaming of XML, the advantage of JSON would be that there
are readily available routes of conversion to and from XML (using
Python):
http://stackoverflow.com/questions/8988775/convert-json-to-xml-in-python
https://github.com/quandyfactory/dicttoxml
http://stackoverflow.com/questions/191536/converting-xml-to-json-using-python
https://github.com/martinblech/xmltodict
Of course, that also means there are readily available routes of
conversion to and from JSON, if we were using XML.
For what it's worth, I find JSON completely unreadable.
Richard