On Thu, Feb 9, 2012 at 12:01 AM, bawolff bawolff+wn@gmail.com wrote:
If json becomes the new recommended format, does that mean that not passing a format parameter would result in jsonfm instead of xmlfm? (Probably not since the jsonfm pretty printer isn't all that pretty at the moment).
One major problem is that in JSON, newlines are required to be represented with \n . That means it's impossible to produce a legible help page in valid JSON, so I think we should stick with xmlfm.
Roan