About Anaconda Help Download Anaconda

Streaming JSON encoder and decoder

Installers

  • linux-s390x v2.3.2
  • linux-aarch64 v2.3.2
  • linux-64 v2.3.2
  • osx-arm64 v2.3.2
  • osx-64 v2.3.2
  • linux-ppc64le v2.3.2
  • win-64 v2.3.2

conda install

To install this package run one of the following:
conda install sfe1ed40::json_stream

Description

Simple streaming JSON parser and encoder. When reading JSON data, json-stream can decode JSON data in a streaming manner, providing a pythonic dict/list-like interface, or a visitor-based interfeace. Can stream from files, URLs or iterators. When writing JSON data, json-stream can stream JSON objects as you generate them. These techniques allow you to reduce memory consumption and latency.


© 2025 Anaconda, Inc. All Rights Reserved. (v4.0.7) Legal | Privacy Policy