Personally I think we should default to SimpleJson, and then if the
user has TurboJson installed, we should
default to that.  It should be simple enough to put a switch in
config.

try:
    import turbojson
except:
   import simplejson

or such.

I feel that for simple jsonifications (dictionaries) SJ will be
enough.

I also agree that waiting until after the release is prudent, but 7
deps. is a lot.  Does TG care about the number of dependencies in
general?

cheers.
-chris

On Feb 13, 8:47 pm, Mark Ramm <[email protected]> wrote:
> > maybe we should just keep it like it for the first release and aim to
> > eliminate the buffet interface afterwards. (keeping tj or removing it
> > in the process as we choose)
>
> Yea, this is what we should do.   Anything else will break too many
> people's TG2 apps.
>
> --Mark
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears Trunk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/turbogears-trunk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to