# JSON.is **Repository Path**: mirrors_cloudflare/JSON.is ## Basic Information - **Project Name**: JSON.is - **Description**: Open-source documentation for common JSON formats. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # JSON.is Open-source documentation for common JSON formats. Currently included: - [bower.json.is](http://bower.json.is) — `bower.json` documentation - [install.json.is](http://install.json.is) — `install.json` documentation - [package.json.is](http://package.json.is) — `package.json` documentation ## Contributing We welcome contributors of both improvements and additional JSON formats. ### Format Format definition files are located in [coffee/formats](https://github.com/EagerIO/JSON.is/tree/master/coffee/formats). The definitions are [CoffeeScript](http://coffeescript.org/) source files. Each file exports an object mapping [regular expressions](http://www.cheatography.com/davechild/cheat-sheets/regular-expressions/) to HTML descriptions. The regular expressions are tested against the path to the object the user currently has his or her cursor over. The first complete match determines what documentation block is shown. For example, to add a doc for `{"engines": ...}`, you would specify: ```coffeescript 'engines': '''
Subtitle
` - Inline code blocks should be wrapped with a `code` element - Block code blocks should be wrapped like `my code`