Skip to main content

Provides rapidjson support with parser and renderer

Project description

Provides rapidjson support with parser and renderer.

https://github.com/allisson/django-rest-framework-rapidjson/workflows/tests/badge.svg 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.2.0.tar.gz (4.4 kB view details)

Uploaded Source

Built Distribution

File details

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

File metadata

File hashes

Hashes for djangorestframework-rapidjson-0.2.0.tar.gz
Algorithm Hash digest
SHA256 b992e24376d180031153de516ed83209baae6087ca55791756c2ec6002fca0dd
MD5 1fc13b401d1d15d017f95757136cf585
BLAKE2b-256 67c0449bd13792b7af865c94f7597b2ecb0092656457ad4d1c05f32eed3f2c24

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for djangorestframework_rapidjson-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 061afc716d1beb2b79851d42848b5c336ba6ec8097fbb1a78dbe57744e63780a
MD5 ef88b50c04d8be2d1db85fc646ed0061
BLAKE2b-256 f241f620452c615f14b8c1e1b8b136435c3e7302fea41eafdc5c753e06066173

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