diff options
Diffstat (limited to 'api-guide/parsers.html')
| -rw-r--r-- | api-guide/parsers.html | 3 |
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--> |
