Skip to content

Latest commit

 

History

History
165 lines (115 loc) · 5.26 KB

File metadata and controls

165 lines (115 loc) · 5.26 KB

Encoder class

.. currentmodule:: rapidjson

.. testsetup::

   from rapidjson import (Decoder, Encoder, BM_NONE, BM_UTF8, 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_NATIVE,
                          NM_DECIMAL, NM_NAN, PM_NONE, PM_COMMENTS, PM_TRAILING_COMMAS,
                          WM_COMPACT, WM_PRETTY, WM_SINGLE_LINE_ARRAY)