Skip to main content

Camel case JSON support for Django REST framework.

Project description

===============================
Django REST Framework JSON CamelCase
===============================

.. image:: https://badge.fury.io/py/djangorestframework-camel-case.png
:target: http://badge.fury.io/py/djangorestframework-camel-case

.. image:: https://travis-ci.org/vbabiy/djangorestframework-camel-case.png?branch=master
:target: https://travis-ci.org/vbabiy/djangorestframework-camel-case

.. image:: https://pypip.in/d/djangorestframework-camel-case/badge.png
:target: https://crate.io/packages/djangorestframework-camel-case?version=latest


Camel case JSON support for Django REST framework.

============
Installation
============

At the command line::

$ pip install djangorestframework-camel-case

Add the render and parser to your django settings file.

# ...
REST_FRAMEWORK = {

'DEFAULT_RENDERER_CLASSES': (
'djangorestframework_camel_case.CamelCaseJSONRenderer',
# Any other renders
),

'DEFAULT_PARSER_CLASSES': (
'djangorestframework_camel_case.CamelCaseJSONParser',
# Any other parsers
),
}
# ...

* Free software: BSD license




History
-------

0.1.0 (2013-12-20)
++++++++++++++++++

* First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

djangorestframework-camel-case-0.1.3.tar.gz (3.7 kB view details)

Uploaded Source

File details

Details for the file djangorestframework-camel-case-0.1.3.tar.gz.

File metadata

File hashes

Hashes for djangorestframework-camel-case-0.1.3.tar.gz
Algorithm Hash digest
SHA256 a6a0d41d12b0f9dd982b7858fdada06a311d5da95cc5380c85890ffd5cc01b8b
MD5 c7e4fa1dcef77e86a4d66f34b409201a
BLAKE2b-256 d3a30f556e636436859508d655e59755cba657bff58f975534141fc5c8052a9d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page