Skip to main content

Provides rapidjson support with parser and renderer

Project description

Provides rapidjson support with parser and renderer.

https://travis-ci.org/allisson/django-rest-framework-rapidjson.svg?branch=master Latest Version Supported Python versions

How to install

pip install djangorestframework-rapidjson

How to use

Update django rest framework config

REST_FRAMEWORK = {
    'DEFAULT_RENDERER_CLASSES': (
        'rest_framework_rapidjson.renderers.RapidJSONRenderer',
    ),
    'DEFAULT_PARSER_CLASSES': (
        'rest_framework_rapidjson.parsers.RapidJSONParser',
    )
}

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-rapidjson-0.1.3.tar.gz (3.9 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file djangorestframework-rapidjson-0.1.3.tar.gz.

File metadata

File hashes

Hashes for djangorestframework-rapidjson-0.1.3.tar.gz
Algorithm Hash digest
SHA256 1b5cd26e8b9e2d2a681ba45a1213156ec86e8e4c5873c1a159776e08ce2a17d6
MD5 1dd95f33c5b0352232f7d52297c7a77e
BLAKE2b-256 cb28205b44015d0c04394656b03da87ddc7bfe1946b0911883d49d9ff0480aaf

See more details on using hashes here.

File details

Details for the file djangorestframework_rapidjson-0.1.3-py3-none-any.whl.

File metadata

File hashes

Hashes for djangorestframework_rapidjson-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 72c2c05c05e083ece6c86f84feba0599a8303db34c2ccddd19916ccb850d9686
MD5 be5acf88852304d358b29c980690d03e
BLAKE2b-256 d0862958a23322e7293a01ed5c10f2c8e60f5f14ea4c2934e35086babdc1f5fa

See more details on using hashes here.

Supported by

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