Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 555 Bytes

File metadata and controls

16 lines (10 loc) · 555 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.

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