diff options
| author | Vitaly Babiy | 2013-12-21 07:05:21 -0500 |
|---|---|---|
| committer | Vitaly Babiy | 2013-12-21 07:07:06 -0500 |
| commit | 22343ee11764aac3686ad500da5c9aae30540e8e (patch) | |
| tree | 40f9365d94505d7fda8c9078068629e0d9838562 /docs/api-guide/parsers.md | |
| parent | 46906b2bdc6d16409fc26f7764a9fe357385ba04 (diff) | |
| download | django-rest-framework-22343ee11764aac3686ad500da5c9aae30540e8e.tar.bz2 | |
Added links to djangorestframework-camel-case in the third party
sections of the docs for both parsers and renderers.
Diffstat (limited to 'docs/api-guide/parsers.md')
| -rw-r--r-- | docs/api-guide/parsers.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/api-guide/parsers.md b/docs/api-guide/parsers.md index 1030fcb6..db0b666f 100644 --- a/docs/api-guide/parsers.md +++ b/docs/api-guide/parsers.md @@ -186,9 +186,15 @@ The following third party packages are also available. [MessagePack][messagepack] is a fast, efficient binary serialization format. [Juan Riaza][juanriaza] maintains the [djangorestframework-msgpack][djangorestframework-msgpack] package which provides MessagePack renderer and parser support for REST framework. +## CamelCase JSON + +[djangorestframework-camel-case] provides a camelCase JSON parser for django REST framework, its maintained by [vbabiy] + [jquery-ajax]: http://api.jquery.com/jQuery.ajax/ [cite]: https://groups.google.com/d/topic/django-developers/dxI4qVzrBY4/discussion [upload-handlers]: https://docs.djangoproject.com/en/dev/topics/http/file-uploads/#upload-handlers [messagepack]: https://github.com/juanriaza/django-rest-framework-msgpack [juanriaza]: https://github.com/juanriaza +[vbabiy]: https://github.com/vbabiy [djangorestframework-msgpack]: https://github.com/juanriaza/django-rest-framework-msgpack +[djangorestframework-camel-case]: https://github.com/vbabiy/djangorestframework-camel-case
\ No newline at end of file |
