This repository provides a curated list of JavaScript libraries to parse and stringify the KeyValues format. You can use the provided online KeyValues format parser/stringifier tool to test and compare these libraries functionalities.
Additionally, if you're interested in a real-world application using these libraries, check out my project where I parse some CS:GO/CS2 files.
Read more about KeyValues format here.
| npm name | parse | stringify | github | npm |
|---|---|---|---|---|
| @node-steam/vdf | ✅ | ✅ | link | link |
| vdf-parser | ✅ | ✅ | link | link |
| kvparser | ✅ | link | link |