nodeca/js-yaml

JavaScript YAML parser and dumper. Very fast.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 31 minutes ago
Added to GitGenius on September 10th, 2026
Created on October 3rd, 2011
Open Issues & Pull Requests: 5 (+0)
GitHub issues: Enabled
Number of forks: 852
Total Stargazers: 6,629 (+1)
Total Subscribers: 76 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 9.5 days
Mean response time: 505.2 days
90th percentile: 1349.2 days
Tracked items: 85

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 7% of issues opened in the past year have been closed. Three people close 93% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 2
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 1,908 days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • defect (3)
  • improvement (3)
  • feature (2)
  • spec 1.2 (2)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

js-yaml is a JavaScript YAML parser and serializer that converts between YAML text and JavaScript objects.

The tool solves the problem of reading and writing YAML configuration files and data in JavaScript environments. It implements the YAML 1.2 specification with backward compatibility for YAML 1.1, parsing YAML text into native JavaScript objects and serializing objects back to YAML format. The parser passes the entire YAML Test Suite, indicating comprehensive standards compliance.

Developers should choose this tool when building Node.js applications, build tools, or browser-based systems that need to work with YAML files. It suits projects that require reliable configuration file handling or data interchange in YAML format. The tool's primary distinguishing characteristic is its performance, marketed as very fast relative to other YAML implementations in the JavaScript ecosystem.

The project maintains active development with regular updates addressing bug fixes and specification compliance. The codebase is written in TypeScript, providing type safety for contributors and users who consume the library with type definitions. The maintainers respond to issues and pull requests, indicating ongoing engagement with the user community. Documentation is comprehensive, including an online demo and detailed usage examples beyond basic API reference material.