I wrote a JSON library

Nick Sabalausky SeeWebsiteToContactMe at semitwist.com
Tue May 7 18:01:56 PDT 2013


On Tue, 07 May 2013 23:09:35 +0200
"w0rp" <devw0rp at gmail.com> wrote:
> 
> So that's essentially my rationale. Overall, writing the library 
> was mostly done because I found it to be a rather entertaining 
> challenge for myself.

Parsing a simple grammar can indeed be very fun! I did that recently,
too (not JSON though), partly to try my hand at LL for a change, and had
a blast. Designing and implementing a good API can actually be the
hard/tedius part (well, and the unittests can be pretty tedius).



More information about the Digitalmars-d mailing list