Vlad Grecescu wrote: > However, the current choice of XML is based on the fact that XML only > has namespace support. YAML and JSON need a way to emulate that.. > (g-point-something is an option)
Actually, I'm not suggesting JSON, but a JSON-like syntax. Of course, this requires a self-written parser. You could define the syntax for namespaces and code islands at will. Compare JFX Script and QML, which aren't JSON either http://en.wikipedia.org/wiki/JavaFX_Script#Syntax http://en.wikipedia.org/wiki/QML#Basic_QML_Syntax with real JSON: http://en.wikipedia.org/wiki/Json#Data_types.2C_syntax_and_example Best regards, Ferderik _______________________________________________ vala-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/vala-list
