python-rapidjson¶

Python 3 wrapper around RapidJSON¶

This module implements a Python 3 wrapper around RapidJSON, which is an extremely fast C++ JSON serialization library.

Contents:

  • Quick start
    • Installation
    • Basic examples
    • Incompatibilities
  • Performance
    • Tables
    • DIY
  • Exposed functions and symbols
    • dumps() function
    • dump() function
    • loads() function
    • load() function
    • Encoder class
    • Decoder class
    • Validator class
    • RawJSON class
    • __author__
    • __version__
    • __rapidjson_version__
    • __rapidjson_exact_version__
    • DM_NONE
    • DM_ISO8601
    • DM_UNIX_TIME
    • DM_ONLY_SECONDS
    • DM_IGNORE_TZ
    • DM_NAIVE_IS_UTC
    • DM_SHIFT_TO_UTC
    • UM_NONE
    • UM_CANONICAL
    • UM_HEX
    • NM_NONE
    • NM_DECIMAL
    • NM_NAN
    • NM_NATIVE
    • PM_NONE
    • PM_COMMENTS
    • PM_TRAILING_COMMAS
    • BM_NONE
    • BM_UTF8
    • IM_ANY_ITERABLE
    • IM_ONLY_LISTS
    • MM_ANY_MAPPING
    • MM_ONLY_DICTS
    • MM_COERCE_KEYS_TO_STRINGS
    • MM_SKIP_NON_STRING_KEYS
    • MM_SORT_KEYS
    • JSONDecodeError
    • ValidationError
    • WM_COMPACT
    • WM_PRETTY
    • WM_SINGLE_LINE_ARRAY

Indices and tables¶

  • Index

  • Search Page

python-rapidjson

Navigation

  • Quick start
  • Performance
  • Exposed functions and symbols

Related Topics

  • Documentation overview
    • Next: Quick start

Quick search

©2016—2020, Lele Gaifax. | Powered by Sphinx 7.4.7 & Alabaster 0.7.16 | Page source