Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 644 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 644 Bytes

JSON-DOC

JSON-DOC is a simple and flexible format for storing structured content in JSON files. It is designed to support a wide variety of content types and use cases, such as paragraphs, headings, lists, tables, images, code blocks, HTML and more.

JSON-DOC is an attempt to standardize the data model used by Notion.

Installation

Install the package from PyPI:

pip install python-jsondoc

Features

  • Documents are represented as a list of blocks
  • Each block is a JSON object
  • A unique identifier for each block by hashing RFC 8785 Canonical JSON
  • Support for nested blocks

Motivation

TBD