djangonauts / django-pgjson

PostgreSQL json field support for Django
http://djangonauts.github.io/django-pgjson/
Other
131 stars 39 forks source link

Int keys of a dict are converted to string #10

Closed davidfischer-ch closed 9 years ago

davidfischer-ch commented 9 years ago

Tested in pull request https://github.com/djangonauts/django-pgjson/pull/9

niwinz commented 9 years ago

This is not an issue, JSON format only allows keys as string as far as I know.

davidfischer-ch commented 9 years ago

You're right, my mistake.