You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@allura.apache.org by Dave Brondsema <br...@users.sf.net> on 2013/09/27 21:39:04 UTC

[allura:tickets] #6716 __json__ should return plain dicts



---

** [tickets:#6716] __json__ should return plain dicts**

**Status:** open
**Labels:** cleanup 
**Created:** Fri Sep 27, 2013 07:39 PM UTC by Dave Brondsema
**Last Updated:** Fri Sep 27, 2013 07:39 PM UTC
**Owner:** nobody

All `__json__` methods should return "plain" data structures.  A particular example is that lists and dicts shouldn't be ming instrumented containers.  Then it'll always be safe to modify the results without side effects (i.e. changing the database).

Some sort of helper function seems like it would be useful.  It should preserve certain types (e.g. datetime, int, float, etc) since those aren't any risk and are converted to json just fine by TurboGears


---

Sent from sourceforge.net because allura-dev@incubator.apache.org is subscribed to https://sourceforge.net/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/allura/admin/tickets/options.  Or, if this is a mailing list, you can unsubscribe from the mailing list.