JSON should support decimals, dates
Bug #314836 reported by
Martijn Faassen
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
grok |
Confirmed
|
Undecided
|
Martijn Faassen |
Bug Description
The JSON support in Grok does not support Python types like dates and decimals. Django has its own JSON serializer that handles things like this.
We should look into introducing something like that into Grok. We should also consider how to make the JSON serializer properly pluggable.
Changed in grok: | |
assignee: | nobody → faassen |
To post a comment you must log in.
What also might be cool is a zope.schema-aware decoder.