On 09/04/14 05:21 PM, Leonardo Zide wrote: > YAML is much more readable but I don't know how I feel about indentation > being part of the format, it's one of the things I dislike in python.
+1 (I also dislike Python because of this) JSON is relatively readable, more than XML. All in all it is just a file format so the goal is to have something structured, easy to parse and resilient to errors.... If it can be edited by hand it is both helpful and dangerous.... but JSON isn't bad for that. Qt5 has native JSON support, not sure about version 4. Maybe you could just bump the requirement to Qt5. Cheers, Hub _______________________________________________ Leocad mailing list [email protected] https://list.gerf.org/listinfo/leocad
