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

Uploaded Source

File details

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

File metadata

File hashes

Hashes for djangorestframework-rapidjson-0.1.1.tar.gz
Algorithm Hash digest
SHA256 ff83ca3549d339b9c6ba631c237f3c29430a0530042e03b14f30b386c6e5823d
MD5 463a0c3fd0ecd39117d25bd67214f78c
BLAKE2b-256 2946bf3edf669e65448ebec8fc6a5e92779cf96d0f8b468f95c6552e62524643

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