Skip to content

jsonldb

CI PyPI version Codecov CodSpeed Badge Python 3.10+ License: MIT

jsonldb is a Python library for using a JSON Lines (JSONL) or Newline Delimited JSON (NDJSON) file as a lightweight database.

Alpha software

This project is in early development. APIs may change without notice. Not yet recommended for production use.

Next steps

Ready to start using jsonldb? Choose your path based on how you learn best.

  • Tutorials


    Learn jsonldb step by step with hands-on lessons that teach the fundamentals.

    Get started

  • How-to guides


    Follow practical recipes that show how to achieve specific goals with jsonldb.

    Find a guide

  • Reference


    Look up technical details about the API, including classes, functions, and configuration.

    Browse the API

  • Explanation


    Understand the concepts, architecture, and design decisions behind jsonldb.

    Learn more