Provides rapidjson support with parser and renderer
Project description
Provides rapidjson support with parser and renderer.
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
File details
Details for the file djangorestframework-rapidjson-0.1.1.tar.gz
.
File metadata
- Download URL: djangorestframework-rapidjson-0.1.1.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ff83ca3549d339b9c6ba631c237f3c29430a0530042e03b14f30b386c6e5823d |
|
MD5 | 463a0c3fd0ecd39117d25bd67214f78c |
|
BLAKE2b-256 | 2946bf3edf669e65448ebec8fc6a5e92779cf96d0f8b468f95c6552e62524643 |