aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide/parsers.md
diff options
context:
space:
mode:
authorTom Christie2013-12-21 09:12:50 -0800
committerTom Christie2013-12-21 09:12:50 -0800
commite6fac635362d4631f976f03991cf24a5dfc2f179 (patch)
tree40f9365d94505d7fda8c9078068629e0d9838562 /docs/api-guide/parsers.md
parent46906b2bdc6d16409fc26f7764a9fe357385ba04 (diff)
parent22343ee11764aac3686ad500da5c9aae30540e8e (diff)
downloaddjango-rest-framework-e6fac635362d4631f976f03991cf24a5dfc2f179.tar.bz2
Merge pull request #1310 from vbabiy/adding-djangorestframework-camel-case-to-docs
djangorestframework-camel-case in docs
Diffstat (limited to 'docs/api-guide/parsers.md')
-rw-r--r--docs/api-guide/parsers.md6
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