← All repos

js-yaml

JavaScript YAML parser and dumper. Very fast.

Browse cluster: Cluster 159
1,548commits
85contributors
5languages

Tech stack & purpose

JS-YAML is a fast YAML parser and writer for JavaScript that supports both YAML 1.2 and 1.1 specifications. The project is built in JavaScript and can be installed via npm, providing a complete API for parsing YAML strings into JavaScript objects via the `load()` function and serializing JavaScript objects back to YAML via the `dump()` function. It supports multiple schema options ranging from failsafe to full YAML 1.1 compatibility, includes configurable options for parsing and dumping behavior, and passes the entire YAML Test Suite. The project also includes a CLI tool for quick YAML validation and is maintained by Nodeca.

Languages

TypeScript
58.6%
JavaScript
40.4%
HTML
0.7%
CSS
0.2%
Shell
0.1%

Contributors (top 30 of 85)