@@ -520,6 +522,8 @@ In this case you can underspecify the media types it should respond to, by using
...
@@ -520,6 +522,8 @@ In this case you can underspecify the media types it should respond to, by using
<p><ahref="https://github.com/esnme/ultrajson">UltraJSON</a> is an optimized C JSON encoder which can give significantly faster JSON rendering. <ahref="https://github.com/hzy">Jacob Haslehurst</a> maintains the <ahref="https://github.com/gizmag/drf-ujson-renderer">drf-ujson-renderer</a> package which implements JSON rendering using the UJSON package.</p>
<p><ahref="https://github.com/esnme/ultrajson">UltraJSON</a> is an optimized C JSON encoder which can give significantly faster JSON rendering. <ahref="https://github.com/hzy">Jacob Haslehurst</a> maintains the <ahref="https://github.com/gizmag/drf-ujson-renderer">drf-ujson-renderer</a> package which implements JSON rendering using the UJSON package.</p>
<h2id="camelcase-json">CamelCase JSON</h2>
<h2id="camelcase-json">CamelCase JSON</h2>
<p><ahref="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 <ahref="https://github.com/vbabiy">Vitaly Babiy</a>.</p>
<p><ahref="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 <ahref="https://github.com/vbabiy">Vitaly Babiy</a>.</p>
<p><ahref="https://github.com/wq/django-rest-pandas">Django REST Pandas</a> provides a serializer and renderers that support additional data processing and output via the <ahref="http://pandas.pydata.org/">Pandas</a> DataFrame API. Django REST Pandas includes renderers for Pandas-style CSV files, Excel workbooks (both <code>.xls</code> and <code>.xlsx</code>), and a number of <ahref="https://github.com/wq/django-rest-pandas#supported-formats">other formats</a>. It is maintained by <ahref="https://github.com/sheppard">S. Andrew Sheppard</a> as part of the <ahref="https://github.com/wq">wq Project</a>.</p>