JavaScript YAML parser and dumper. Very fast.
Browse cluster: Cluster 159 →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.