Changes between Version 4 and Version 5 of JSON1Extension


Ignore:
Timestamp:
Aug 14, 2020, 2:32:54 AM (4 years ago)
Author:
Sage Abdullah
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • JSON1Extension

    v4 v5  
    5656
    5757`As of Python 3.7`__, the official Python installer on macOS already includes the JSON1
    58 extension by default. If you're using an earlier version of Python, you can follow the instructions
    59 for Linux above, but instead of setting the ``LD_PRELOAD`` environment variable, use
    60 ``DYLD_LIBRARY_PATH``. For example::
     58extension by default. If you're using an earlier version of Python or unofficial installers,
     59you can follow the instructions for Linux above, but instead of setting the ``LD_PRELOAD``
     60environment variable, use ``DYLD_LIBRARY_PATH``. For example::
    6161
    6262    export DYLD_LIBRARY_PATH=/usr/lib/sqlite3
     
    6868
    6969`As of Python 3.9`__, the official Python installer on Windows already includes the JSON1
    70 extension by default. If you're using an earlier version of Python, you can do the following:
     70extension by default. If you're using an earlier version of Python or unofficial installers,
     71you can do the following:
    7172
    7273.. __: https://github.com/python/cpython/commit/58d6f2ee3aeb699156d4784acccd2910d27982e7
Back to Top