[Home] [By Thread] [By Date] [Recent Entries]
On Sun, Mar 24, 2013 at 8:55 PM, Rick Jelliffe <rjelliffe@a...> wrote:
Yeah in my case, in my recent projects I've used an Examplotron-based modeling system I wrote into my Amara software (in Python). I almost never have to bother with heavyweight schemata.
Yeah, JSON is rather painful to use in my experience, and I use it almost every day. The lack of comments is a killer. And using JSON makes you really appreciate XML's enforced end tags. I so often get lost in a thicket of "]" and "}" and end up having to primitively count on my fingers while squinting at cryptic error messages. Some of its strict rules are pretty awkward (quotes and commas). Adding a quick layer for some sort of adapted processing can be an enormous labor. With XML you just slap in a new element or even use a PI. Of course these are largely problems when you're editing JSON by hand. Generating JSON from code is usually straightforward enough. But it's hard to avoid dealing with it by hand if it lurks anywhere in the system. For example, unit test cases should properly be hand-crafted. I do like wiki text, though. I use that a lot.
Uche Ogbuji http://uche.ogbuji.net Founding Partner, Zepheira http://zepheira.com http://wearekin.org http://www.thenervousbreakdown.com/author/uogbuji/ http://copia.ogbuji.net http://www.linkedin.com/in/ucheogbuji http://twitter.com/uogbuji
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] |

Cart



