JSON in data science projects: tips & tricks

This page summarizes the projects mentioned and recommended in the original post on dev.to

Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. orjson

    Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy

    orjson is the fastest JSON library available for python. It natively manages dataclass objects, datetime, numpy and UUID objects.

  2. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
  3. NumPy

    The fundamental package for scientific computing with Python.

    Data science projects often use numpy. However, numpy objects are not JSON-serializable and therefore require conversion to standard python objects in order to be saved:

  4. jsonlines

    Documentation for the JSON Lines text file format

    This can be remedied by using the [JSON Lines] format (https://jsonlines.org/). This involves nothing more and nothing less than placing one JSON object per line, so that you can browse the objects without having to parse the entire collection all at once.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • JSON dans les projets data science : Trucs & Astuces

    3 projects | dev.to | 7 Mar 2024
  • Can someone help me understand PyO3? I'm not sure how it works.

    2 projects | /r/rust | 24 Feb 2021
  • Release v2.3.0 (June 7, 2025) · NumPy/NumPy

    1 project | news.ycombinator.com | 18 Jun 2025
  • A Common Lisp jq replacement

    8 projects | news.ycombinator.com | 2 May 2025
  • Building an AI-powered Financial Data Analyzer with NodeJS, Python, SvelteKit, and TailwindCSS - Part 0

    7 projects | dev.to | 31 Jan 2025

Did you know that Python is
the 2nd most popular programming language
based on number of references?