aboutsummaryrefslogtreecommitdiffstats
path: root/api-guide/parsers.html
diff options
context:
space:
mode:
authorTom Christie2013-12-21 17:18:57 +0000
committerTom Christie2013-12-21 17:18:57 +0000
commite6fd79fd88067d830886f9c463d5b9e5c13d7ce3 (patch)
treebe963ffadab55cdad970ff11e79c8bf25580c18d /api-guide/parsers.html
parent480b64d3138f4b37dc1cbce7202573fb1f94f2a6 (diff)
downloaddjango-rest-framework-e6fd79fd88067d830886f9c463d5b9e5c13d7ce3.tar.bz2
Latest docs build
Diffstat (limited to 'api-guide/parsers.html')
-rw-r--r--api-guide/parsers.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/api-guide/parsers.html b/api-guide/parsers.html
index f651d7cd..73e3539c 100644
--- a/api-guide/parsers.html
+++ b/api-guide/parsers.html
@@ -182,6 +182,7 @@
<li><a href="#example">Example</a></li>
<li class="main"><a href="#third-party-packages">Third party packages</a></li>
<li><a href="#messagepack">MessagePack</a></li>
+<li><a href="#camelcase-json">CamelCase JSON</a></li>
<div>
<hr>
@@ -338,6 +339,8 @@ def parse(self, stream, media_type=None, parser_context=None):
<p>The following third party packages are also available.</p>
<h2 id="messagepack">MessagePack</h2>
<p><a href="https://github.com/juanriaza/django-rest-framework-msgpack">MessagePack</a> is a fast, efficient binary serialization format. <a href="https://github.com/juanriaza">Juan Riaza</a> maintains the <a href="https://github.com/juanriaza/django-rest-framework-msgpack">djangorestframework-msgpack</a> package which provides MessagePack renderer and parser support for REST framework.</p>
+<h2 id="camelcase-json">CamelCase JSON</h2>
+<p><a href="https://github.com/vbabiy/djangorestframework-camel-case">djangorestframework-camel-case</a> provides camel case JSON renderers and parsers for REST framework. This allows serializers to use Python-style underscored field names, but be exposed in the API as Javascript-style camel case field names. It is maintained by <a href="https://github.com/vbabiy">Vitaly Babiy</a>.</p>
</div><!--/span-->
</div><!--/row-->
</div><!--/.fluid-container-->