Hacker News new | ask | show | jobs
by hakeraj 5235 days ago
Interesting. Have you thought about using JSON to describe views (like in QML)?
1 comments

It's already something I'm considering for a future release.

Having said that, I'm not sure that the readability of JSON (when producing an interface like in QML) is as straightforward as XML.

Well I personally find JSON easier to read and write than XML. Though it might be different for some people, I don't know. It would differentiate the whole thing a bit more from the usual XML approach by interface builder.
Will definitely take that onboard