On Thu, Aug 14, 2014 at 2:00 PM, Hay (Husky) <[email protected]> wrote: > Oh, and you might want to fix your toolinfo.json files, they have > comments. Unfortunately JSON doesn't allow that.
If you're using python, you can use http://commentjson.readthedocs.org/en/latest/ and that'll allow comments :) You can also switch to a YAML parser instead - those allow comments, and all valid JSON is also valid YAML (And I think YAML is more human writeable) Awesome work, btw! I think once this reaches some sort of 'niceness' we should make it the default list from tools.wmflabs.org (after some hardening work) -- Yuvi Panda T http://yuvi.in/blog _______________________________________________ Labs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/labs-l
