Skip to main content

Simple, fast, extensible JSON encoder/decoder for Python

Project description

https://travis-ci.org/simplejson/simplejson.svg?branch=master https://ci.appveyor.com/api/projects/status/3riqhss6vca680gi/branch/master?svg=true

simplejson is a simple, fast, complete, correct and extensible JSON <http://json.org> encoder and decoder for Python 3.3+ with legacy support for Python 2.5+. It is pure Python code with no dependencies, but includes an optional C extension for a serious speed boost.

The latest documentation for simplejson can be read online here: https://simplejson.readthedocs.io/

simplejson is the externally maintained development version of the json library included with Python (since 2.6). This version is tested with the latest Python 3.8 and maintains backwards compatibility with Python 3.3+ and the legacy Python 2.5 - Python 2.7 releases.

The encoder can be specialized to provide serialization in any kind of situation, without any special support by the objects to be serialized (somewhat like pickle). This is best done with the default kwarg to dumps.

The decoder can handle incoming JSON strings of any specified encoding (UTF-8 by default). It can also be specialized to post-process JSON objects with the object_hook or object_pairs_hook kwargs. This is particularly useful for implementing protocols such as JSON-RPC that have a richer type system than JSON itself.

For those of you that have legacy systems to maintain, there is a very old fork of simplejson in the python2.2 branch that supports Python 2.2. This is based off of a very old version of simplejson, is not maintained, and should only be used as a last resort.

Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

simplejson-3.17.0.tar.gz (83.1 kB view details)

Uploaded Source

Built Distributions

simplejson-3.17.0.win-amd64-py3.7.exe (659.4 kB view details)

Uploaded Source

simplejson-3.17.0.win-amd64-py3.6.exe (659.4 kB view details)

Uploaded Source

simplejson-3.17.0.win-amd64-py3.5.exe (658.9 kB view details)

Uploaded Source

simplejson-3.17.0.win-amd64-py3.4.exe (290.8 kB view details)

Uploaded Source

simplejson-3.17.0.win-amd64-py3.3.exe (290.8 kB view details)

Uploaded Source

simplejson-3.17.0.win-amd64-py2.7.exe (295.0 kB view details)

Uploaded Source

simplejson-3.17.0.win32-py3.7.exe (527.7 kB view details)

Uploaded Source

simplejson-3.17.0.win32-py3.6.exe (527.7 kB view details)

Uploaded Source

simplejson-3.17.0.win32-py3.5.exe (527.2 kB view details)

Uploaded Source

simplejson-3.17.0.win32-py3.4.exe (258.7 kB view details)

Uploaded Source

simplejson-3.17.0.win32-py3.3.exe (258.7 kB view details)

Uploaded Source

simplejson-3.17.0.win32-py2.7.exe (265.8 kB view details)

Uploaded Source

simplejson-3.17.0-cp37-cp37m-win_amd64.whl (73.7 kB view details)

Uploaded CPython 3.7m Windows x86-64

simplejson-3.17.0-cp37-cp37m-win32.whl (71.5 kB view details)

Uploaded CPython 3.7m Windows x86

simplejson-3.17.0-cp37-cp37m-macosx_10_14_x86_64.whl (73.7 kB view details)

Uploaded CPython 3.7m macOS 10.14+ x86-64

simplejson-3.17.0-cp36-cp36m-win_amd64.whl (73.7 kB view details)

Uploaded CPython 3.6m Windows x86-64

simplejson-3.17.0-cp36-cp36m-win32.whl (71.5 kB view details)

Uploaded CPython 3.6m Windows x86

simplejson-3.17.0-cp36-cp36m-macosx_10_13_x86_64.whl (74.1 kB view details)

Uploaded CPython 3.6m macOS 10.13+ x86-64

simplejson-3.17.0-cp35-cp35m-win_amd64.whl (73.7 kB view details)

Uploaded CPython 3.5m Windows x86-64

simplejson-3.17.0-cp35-cp35m-win32.whl (71.5 kB view details)

Uploaded CPython 3.5m Windows x86

simplejson-3.17.0-cp34-cp34m-win_amd64.whl (71.1 kB view details)

Uploaded CPython 3.4m Windows x86-64

simplejson-3.17.0-cp34-cp34m-win32.whl (70.2 kB view details)

Uploaded CPython 3.4m Windows x86

simplejson-3.17.0-cp33-cp33m-win_amd64.whl (68.8 kB view details)

Uploaded CPython 3.3m Windows x86-64

simplejson-3.17.0-cp33-cp33m-win32.whl (67.9 kB view details)

Uploaded CPython 3.3m Windows x86

simplejson-3.17.0-cp27-cp27m-win_amd64.whl (73.3 kB view details)

Uploaded CPython 2.7m Windows x86-64

simplejson-3.17.0-cp27-cp27m-win32.whl (71.7 kB view details)

Uploaded CPython 2.7m Windows x86

simplejson-3.17.0-cp27-cp27m-macosx_10_13_x86_64.whl (74.4 kB view details)

Uploaded CPython 2.7m macOS 10.13+ x86-64

File details

Details for the file simplejson-3.17.0.tar.gz.

File metadata

  • Download URL: simplejson-3.17.0.tar.gz
  • Upload date:
  • Size: 83.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.5

File hashes

Hashes for simplejson-3.17.0.tar.gz
Algorithm Hash digest
SHA256 2b4b2b738b3b99819a17feaf118265d0753d5536049ea570b3c43b51c4701e81
MD5 8a5ed75c367b90fedc3d685742e2a1c7
BLAKE2b-256 9887a7b98aa9256c8843f92878966dc3d8d914c14aad97e2c5ce4798d5743e07

See more details on using hashes here.

Provenance

File details

Details for the file simplejson-3.17.0.win-amd64-py3.7.exe.

File metadata

  • Download URL: simplejson-3.17.0.win-amd64-py3.7.exe
  • Upload date:
  • Size: 659.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.5

File hashes

Hashes for simplejson-3.17.0.win-amd64-py3.7.exe
Algorithm Hash digest
SHA256 229edb079d5dd81bf12da952d4d825bd68d1241381b37d3acf961b384c9934de
MD5 4d042694d57d91e2a5b58a22357ee7a0
BLAKE2b-256 ef982d36cc92d6d69f8d04a5c03d1f8241790d06a8ccfaa873921f8c3a158f63

See more details on using hashes here.

Provenance

File details

Details for the file simplejson-3.17.0.win-amd64-py3.6.exe.

File metadata

  • Download URL: simplejson-3.17.0.win-amd64-py3.6.exe
  • Upload date:
  • Size: 659.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.5

File hashes

Hashes for simplejson-3.17.0.win-amd64-py3.6.exe
Algorithm Hash digest
SHA256 ad8dd3454d0c65c0f92945ac86f7b9efb67fa2040ba1b0189540e984df904378
MD5 1cbc982fa52056ba591bdc8bdf817d56
BLAKE2b-256 5f0f90decc7f6aeb0ead913b76fd526da723d0cbe6a666f2e46dbe01282db133

See more details on using hashes here.

Provenance

File details

Details for the file simplejson-3.17.0.win-amd64-py3.5.exe.

File metadata

  • Download URL: simplejson-3.17.0.win-amd64-py3.5.exe
  • Upload date:
  • Size: 658.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.5

File hashes

Hashes for simplejson-3.17.0.win-amd64-py3.5.exe
Algorithm Hash digest
SHA256 f4b64a1031acf33e281fd9052336d6dad4d35eee3404c95431c8c6bc7a9c0588
MD5 f12331eff5cc9ff54e9787b4e61cc6eb
BLAKE2b-256 a51ce4f2eea82dd174ed13da53b82b4b5733706882136422d021c29ff7e41c4a

See more details on using hashes here.

Provenance

File details

Details for the file simplejson-3.17.0.win-amd64-py3.4.exe.

File metadata

  • Download URL: simplejson-3.17.0.win-amd64-py3.4.exe
  • Upload date:
  • Size: 290.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.5

File hashes

Hashes for simplejson-3.17.0.win-amd64-py3.4.exe
Algorithm Hash digest
SHA256 8de378d589eccbc75941e480b4d5b4db66f22e4232f87543b136b1f093fff342
MD5 1beae8a2a723d01cf012a08fa8e4d86b
BLAKE2b-256 dc352ee606dfdd5285d90aeea60b6b8c53bdbe6dd6cc3acce33f12c01849a869

See more details on using hashes here.

Provenance

File details

Details for the file simplejson-3.17.0.win-amd64-py3.3.exe.

File metadata

  • Download URL: simplejson-3.17.0.win-amd64-py3.3.exe
  • Upload date:
  • Size: 290.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.5

File hashes

Hashes for simplejson-3.17.0.win-amd64-py3.3.exe
Algorithm Hash digest
SHA256 5cfd495527f8b85ce21db806567de52d98f5078a8e9427b18e251c68bd573a26
MD5 dc7b174a21aaec08ff3c4ab3d7f976c4
BLAKE2b-256 375545db7d3ecae3342c8576c883e7a74ca4c18bbf6441b9897ebef051b61107

See more details on using hashes here.

Provenance

File details

Details for the file simplejson-3.17.0.win-amd64-py2.7.exe.

File metadata

  • Download URL: simplejson-3.17.0.win-amd64-py2.7.exe
  • Upload date:
  • Size: 295.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.5

File hashes

Hashes for simplejson-3.17.0.win-amd64-py2.7.exe
Algorithm Hash digest
SHA256 1d346c2c1d7dd79c118f0cc7ec5a1c4127e0c8ffc83e7b13fc5709ff78c9bb84
MD5 c48886d2d7b726fe5c1394ef76cc5722
BLAKE2b-256 371a61a1fae4282dc960110ed677150c9eb664a19b19589b1dda3a97f40b84e4

See more details on using hashes here.

Provenance

File details

Details for the file simplejson-3.17.0.win32-py3.7.exe.

File metadata

  • Download URL: simplejson-3.17.0.win32-py3.7.exe
  • Upload date:
  • Size: 527.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.5

File hashes

Hashes for simplejson-3.17.0.win32-py3.7.exe
Algorithm Hash digest
SHA256 1fbba86098bbfc1f85c5b69dc9a6d009055104354e0d9880bb00b692e30e0078
MD5 aef7caecef8319296a9a66177e8e9340
BLAKE2b-256 0b97ee7544ac001dd74247c26c8459c9bb498c145d806e1c6a61d746cf298297

See more details on using hashes here.

Provenance

File details

Details for the file simplejson-3.17.0.win32-py3.6.exe.

File metadata

  • Download URL: simplejson-3.17.0.win32-py3.6.exe
  • Upload date:
  • Size: 527.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.5

File hashes

Hashes for simplejson-3.17.0.win32-py3.6.exe
Algorithm Hash digest
SHA256 60aad424e47c5803276e332b2a861ed7a0d46560e8af53790c4c4fb3420c26c2
MD5 75a5351a0d2d68355ce72237ef9e47fb
BLAKE2b-256 294b1eaed06a3de5152392e978e9252774731fa9fc52fb6e8285e1fead061eeb

See more details on using hashes here.

Provenance

File details

Details for the file simplejson-3.17.0.win32-py3.5.exe.

File metadata

  • Download URL: simplejson-3.17.0.win32-py3.5.exe
  • Upload date:
  • Size: 527.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.5

File hashes

Hashes for simplejson-3.17.0.win32-py3.5.exe
Algorithm Hash digest
SHA256 7739940d68b200877a15a5ff5149e1599737d6dd55e302625650629350466418
MD5 ad8ad6bb1e9a9ab7bb0454b02375b425
BLAKE2b-256 9e9f1f8d18e93b82b8a94e22fba0c48dbd0e1e1e32d6b9d84cb680d7b0bf3ba7

See more details on using hashes here.

Provenance

File details

Details for the file simplejson-3.17.0.win32-py3.4.exe.

File metadata

  • Download URL: simplejson-3.17.0.win32-py3.4.exe
  • Upload date:
  • Size: 258.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.5

File hashes

Hashes for simplejson-3.17.0.win32-py3.4.exe
Algorithm Hash digest
SHA256 da00675e5e483ead345429d4f1374ab8b949fba4429d60e71ee9d030ced64037
MD5 cbeb7bfe4b3aa092e412bf5a11a9d851
BLAKE2b-256 fd8fd070e5b6f0fbe4255c395bd2c36b40b3d46abdb10da54bacdf20325786d8

See more details on using hashes here.

Provenance

File details

Details for the file simplejson-3.17.0.win32-py3.3.exe.

File metadata

  • Download URL: simplejson-3.17.0.win32-py3.3.exe
  • Upload date:
  • Size: 258.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.5

File hashes

Hashes for simplejson-3.17.0.win32-py3.3.exe
Algorithm Hash digest
SHA256 d140e9376e7f73c1f9e0a8e3836caf5eec57bbafd99259d56979da05a6356388
MD5 9b466c4dcd5f6d1aefca2ffc98a7ee6c
BLAKE2b-256 39c0519337a5200b2c397c454d65382e3c371bd1bc5dd103bc1fb8223ccd118e

See more details on using hashes here.

Provenance

File details

Details for the file simplejson-3.17.0.win32-py2.7.exe.

File metadata

  • Download URL: simplejson-3.17.0.win32-py2.7.exe
  • Upload date:
  • Size: 265.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.5

File hashes

Hashes for simplejson-3.17.0.win32-py2.7.exe
Algorithm Hash digest
SHA256 4fd5f79590694ebff8dc980708e1c182d41ce1fda599a12189f0ca96bf41ad70
MD5 e082c0b3559bd94177b5716fc441f08c
BLAKE2b-256 ea90519c22260f10ecfb36d1fab7de112e472b04cb8a459d14a5586d8eb44446

See more details on using hashes here.

Provenance

File details

Details for the file simplejson-3.17.0-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: simplejson-3.17.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 73.7 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.5

File hashes

Hashes for simplejson-3.17.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 7cce4bac7e0d66f3a080b80212c2238e063211fe327f98d764c6acbc214497fc
MD5 d5867477067df946eccfa9dde95f5900
BLAKE2b-256 3659e8433d95e0683a045060a020624dec653499df73726359d68d567869cbac

See more details on using hashes here.

Provenance

File details

Details for the file simplejson-3.17.0-cp37-cp37m-win32.whl.

File metadata

  • Download URL: simplejson-3.17.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 71.5 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.5

File hashes

Hashes for simplejson-3.17.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 fc046afda0ed8f5295212068266c92991ab1f4a50c6a7144b69364bdee4a0159
MD5 3092b09c207bf0eed416cfe1c83a9c7a
BLAKE2b-256 7d06e968d516364204723183693f661691c27ba71d10be8f3a117bf59e6ac1b3

See more details on using hashes here.

Provenance

File details

Details for the file simplejson-3.17.0-cp37-cp37m-macosx_10_14_x86_64.whl.

File metadata

  • Download URL: simplejson-3.17.0-cp37-cp37m-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 73.7 kB
  • Tags: CPython 3.7m, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.5

File hashes

Hashes for simplejson-3.17.0-cp37-cp37m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 9a126c3a91df5b1403e965ba63b304a50b53d8efc908a8c71545ed72535374a3
MD5 890ec4380ea657db1a3fbbf44735f77c
BLAKE2b-256 9bf934c419bd2e00071d8899b8580c0a91970271c11e0f4a4e8a628a2ddc58ea

See more details on using hashes here.

Provenance

File details

Details for the file simplejson-3.17.0-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: simplejson-3.17.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 73.7 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.5

File hashes

Hashes for simplejson-3.17.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 daaf4d11db982791be74b23ff4729af2c7da79316de0bebf880fa2d60bcc8c5a
MD5 4aa74fb5028e3b043ac014ced66ad28d
BLAKE2b-256 7a626b9dcd8727a3139c5335653a3447e5fea81c225766857f75243e07e3b285

See more details on using hashes here.

Provenance

File details

Details for the file simplejson-3.17.0-cp36-cp36m-win32.whl.

File metadata

  • Download URL: simplejson-3.17.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 71.5 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.5

File hashes

Hashes for simplejson-3.17.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 926bcbef9eb60e798eabda9cd0bbcb0fca70d2779aa0aa56845749d973eb7ad5
MD5 5423b77cbfab4ff86a42a6f0fad6b448
BLAKE2b-256 48acd4d3e861e91faee2cb29ef0e44560fc85e541c59369868828a38893498b7

See more details on using hashes here.

Provenance

File details

Details for the file simplejson-3.17.0-cp36-cp36m-macosx_10_13_x86_64.whl.

File metadata

  • Download URL: simplejson-3.17.0-cp36-cp36m-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 74.1 kB
  • Tags: CPython 3.6m, macOS 10.13+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.5

File hashes

Hashes for simplejson-3.17.0-cp36-cp36m-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 86afc5b5cbd42d706efd33f280fec7bd7e2772ef54e3f34cf6b30777cd19a614
MD5 ce4c2cf54700e7842e27ae61ff9fa004
BLAKE2b-256 e74c6a8d32e5d3f11c6be9e06f1ccf175e02e42f5e0208381c172a10544e92b0

See more details on using hashes here.

Provenance

File details

Details for the file simplejson-3.17.0-cp35-cp35m-win_amd64.whl.

File metadata

  • Download URL: simplejson-3.17.0-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 73.7 kB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.5

File hashes

Hashes for simplejson-3.17.0-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 fc9051d249dd5512e541f20330a74592f7a65b2d62e18122ca89bf71f94db748
MD5 6cdfff617d91097bf16d15ebbb3b6d1b
BLAKE2b-256 876dc83dc31a69e3ddf8d647403549fb4a6f04c35bd869dcfd2ad92a326933ac

See more details on using hashes here.

Provenance

File details

Details for the file simplejson-3.17.0-cp35-cp35m-win32.whl.

File metadata

  • Download URL: simplejson-3.17.0-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 71.5 kB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.5

File hashes

Hashes for simplejson-3.17.0-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 4cf91aab51b02b3327c9d51897960c554f00891f9b31abd8a2f50fd4a0071ce8
MD5 2f839c7d85dd2846d53d357126e45674
BLAKE2b-256 554f9190f37d687d3796d4748b9983f27cd9b344289ff63158f2cbb0bf8e9405

See more details on using hashes here.

Provenance

File details

Details for the file simplejson-3.17.0-cp34-cp34m-win_amd64.whl.

File metadata

  • Download URL: simplejson-3.17.0-cp34-cp34m-win_amd64.whl
  • Upload date:
  • Size: 71.1 kB
  • Tags: CPython 3.4m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.5

File hashes

Hashes for simplejson-3.17.0-cp34-cp34m-win_amd64.whl
Algorithm Hash digest
SHA256 0fe3994207485efb63d8f10a833ff31236ed27e3b23dadd0bf51c9900313f8f2
MD5 78c2414ab09eb680c66223d8f5c33dda
BLAKE2b-256 e137c0ef946d87efd33c782f701ce6731dd977376e284224da53869b379426ac

See more details on using hashes here.

Provenance

File details

Details for the file simplejson-3.17.0-cp34-cp34m-win32.whl.

File metadata

  • Download URL: simplejson-3.17.0-cp34-cp34m-win32.whl
  • Upload date:
  • Size: 70.2 kB
  • Tags: CPython 3.4m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.5

File hashes

Hashes for simplejson-3.17.0-cp34-cp34m-win32.whl
Algorithm Hash digest
SHA256 17163e643dbf125bb552de17c826b0161c68c970335d270e174363d19e7ea882
MD5 f866ae9cb5b69e520a79975a6561bd01
BLAKE2b-256 5a3e2c71ec983de7d462d3b642b25b429aa48b95e825aa81410d3b0f17aec106

See more details on using hashes here.

Provenance

File details

Details for the file simplejson-3.17.0-cp33-cp33m-win_amd64.whl.

File metadata

  • Download URL: simplejson-3.17.0-cp33-cp33m-win_amd64.whl
  • Upload date:
  • Size: 68.8 kB
  • Tags: CPython 3.3m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.5

File hashes

Hashes for simplejson-3.17.0-cp33-cp33m-win_amd64.whl
Algorithm Hash digest
SHA256 22a7acb81968a7c64eba7526af2cf566e7e2ded1cb5c83f0906b17ff1540f866
MD5 dea3a5d5fe51944322b2e84533686709
BLAKE2b-256 15959e519355d50e493c6f7065f228bcb7fc9ec0cab385c94f23a09bd63a4ecc

See more details on using hashes here.

Provenance

File details

Details for the file simplejson-3.17.0-cp33-cp33m-win32.whl.

File metadata

  • Download URL: simplejson-3.17.0-cp33-cp33m-win32.whl
  • Upload date:
  • Size: 67.9 kB
  • Tags: CPython 3.3m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.5

File hashes

Hashes for simplejson-3.17.0-cp33-cp33m-win32.whl
Algorithm Hash digest
SHA256 8027bd5f1e633eb61b8239994e6fc3aba0346e76294beac22a892eb8faa92ba1
MD5 039369d69d406726b4ddb48affc1b321
BLAKE2b-256 d06c931f9079ad66277f3b4b1684d9e98138617d65519e6f1af61cf49dfe5b9b

See more details on using hashes here.

Provenance

File details

Details for the file simplejson-3.17.0-cp27-cp27m-win_amd64.whl.

File metadata

  • Download URL: simplejson-3.17.0-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 73.3 kB
  • Tags: CPython 2.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.5

File hashes

Hashes for simplejson-3.17.0-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 1ea59f570b9d4916ae5540a9181f9c978e16863383738b69a70363bc5e63c4cb
MD5 a30ff70ea90d85e67dec908a1900de7d
BLAKE2b-256 15555e3ac15f7096f4b12a06ca0a41ada13f27338cc1d42765bea549f161f8d3

See more details on using hashes here.

Provenance

File details

Details for the file simplejson-3.17.0-cp27-cp27m-win32.whl.

File metadata

  • Download URL: simplejson-3.17.0-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 71.7 kB
  • Tags: CPython 2.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.5

File hashes

Hashes for simplejson-3.17.0-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 1d1e929cdd15151f3c0b2efe953b3281b2fd5ad5f234f77aca725f28486466f6
MD5 f90b85d214d0e2f0366c8dee37587ee2
BLAKE2b-256 0bcbe2d8c453a54cf93e35ebf953e301adf1f58dc881768b35def583c22f3e42

See more details on using hashes here.

Provenance

File details

Details for the file simplejson-3.17.0-cp27-cp27m-macosx_10_13_x86_64.whl.

File metadata

  • Download URL: simplejson-3.17.0-cp27-cp27m-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 74.4 kB
  • Tags: CPython 2.7m, macOS 10.13+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.5

File hashes

Hashes for simplejson-3.17.0-cp27-cp27m-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 87d349517b572964350cc1adc5a31b493bbcee284505e81637d0174b2758ba17
MD5 69e94fa6836fb9d331d07b264dfaf843
BLAKE2b-256 a788328dcdb59651c0ea3eef711d405df077eb6574b4b209592ec9a54a9aa29b

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page