Factor Language Blog

JSON parser

Monday, August 7, 2006

Chris Double has coded up a JSON reader and writer in Factor. The implementation is nice and simple.

A funny coincidence is that a Java implementation was announced on the JRoller front page today. Their code is about 10 times more complex, plus it has a bunch of dependencies like Log4J and every single commons-* package ever to come out of Apache.