yggdrasil-python-rapidjson¶
Python Wrapper around YggdrasilRapidJSON¶
This module implements a Python C-extension wrapper around YggdrasilRapidJSON, which is an extension to RapidJSON, an extremely fast
C++ JSON serialization library. This package was adapted from the python-rapidjson package. This documentation serves to describe features added onto the python-rapidjson functionality. For information on the classes and methods implemented by python-rapidjson (which are included in yggdrasil-python-rapidjson), please refer to the python-rapidjson documentation). All of the examples will be the same for yggdrasil-python-rapidjson, which the exception that the package is named yggdrasil_rapidjson instead of rapidjson.
Contents:
- Quick start
- Yggdrasil Types
- Exposed functions and symbols
- Units
- Geometry
- Validator class
- Normalizer class
- encode_schema() function
- compare_schemas() function
- generate_data() function
- as_pure_json() function
__author____version____rapidjson_version____rapidjson_exact_version__YM_BASE64YM_READABLEYM_PICKLENormalizationErrorComparisonErrorGenerateErrorValidationWarningNormalizationWarning
- Changes