Hi,
I was about to start modifying the ActiveRecord.tt template to roll my own toJson() method when I thought I really ought to see if I'm about to re-invent the wheel. I quickly came across the RESTHandler class from SubSonic 2 and I was wondering if anyone has any thoughts about what's invloved with getting it to play nicely with SubSonic 3, or if there are plans to port it to the latest version.
Also, does anyone have any thoughts about adding code to the T4 templates to allow JSON creation? I guess most JSON solutions rely on reflection but it seems a shame, in a way, to do that when you have all the lovely build-time goodness.
Cheers,
Jerome