Changes between Initial Version and Version 1 of Ticket #28388, comment 3
- Timestamp:
- Jul 14, 2017, 6:46:29 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28388, comment 3
initial v1 5 5 >Because the json type stores an exact copy of the input text, it will preserve semantically-insignificant white space between tokens, as well as the order of keys within JSON objects 6 6 7 Django is now using `jsonrb` as JSONField, but also something like OrderedJSONField mapped with PostgreSQL `json` field can be implemented. Are there any chances ofif?7 Django is now using `jsonrb` as JSONField, but also something like OrderedJSONField mapped with PostgreSQL `json` field can be implemented. Are there any chances for if?