Skip to content

JSON-DOC is a block based document file format and data model based on Notion (work in progress)

Notifications You must be signed in to change notification settings

textcortex/JSON-DOC

Repository files navigation

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

About

JSON-DOC is a block based document file format and data model based on Notion (work in progress)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages