kevinmickey / django-prettyjson

Enables pretty JSON viewer in Django forms, admin, or templates
BSD 3-Clause "New" or "Revised" License
139 stars 21 forks source link

Switch from encoders.py to standardjson #2

Closed pydanny closed 8 years ago

pydanny commented 8 years ago

See https://github.com/audreyr/standardjson

Fully tested, compliant with the official ECMA-262 and ECMA-404 JSON specifications

kevinmickey commented 8 years ago

Switched to standardjson -- thanks!