Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/natemoo-re/ultramatter

<1kB frontmatter parser that supports a reasonable subset of YAML
https://github.com/natemoo-re/ultramatter

Last synced: about 2 months ago
JSON representation

<1kB frontmatter parser that supports a reasonable subset of YAML

Awesome Lists containing this project

README

        

# `ultramatter`

A <1kB library for parsing frontmatter. `ultramatter` has zero dependencies and is compatible with any JavaScript runtime.

### Features

- It's very small.
- It's very fast.
- It supports a small, relaxed subset of YAML
- Maps (`key: value`)
- Sequences (`- list`)
- Inline Arrays (`[0, 1, 2]`)
- Literal Blocks (`|`)
- Comments (`# comment`)
- Quoted values (`'single'`, `"double"`)
- Boolean values (`true` and `false` ONLY)
- Tabs are valid