iarna-toml
TOML parser
A TOML parser and stringifier that provides a familiar JSON interface.
Better TOML parsing and stringifying all in that familiar JSON interface.
322 stars
6 watching
44 forks
Language: JavaScript
last commit: 8 months ago Related projects:
Repository | Description | Stars |
---|---|---|
jm/toml | A Ruby library for parsing and generating the TOML data interchange format | 151 |
uiri/toml | A Python library for parsing and creating the TOML data interchange format. | 1,098 |
toruniina/toml11 | A C++ library for parsing and serializing the TOML data format | 1,054 |
aeronavery/zig-toml | A TOML parser written in Zig with support for various data formats and features | 108 |
nimparsers/parsetoml | Library for parsing TOML files into Nim data structures and converting them to JSON or alternative formats. | 114 |
pmderodat/ada-toml | A parser and creator of TOML documents in Ada | 32 |
sam701/zig-toml | A parser for TOML files in the Zig programming language | 36 |
toml-lang/toml-test | A tool that verifies the correctness of TOML parsers and writers through automated testing. | 216 |
xuri/toml-to-go | Translates TOML into a Go type definition in real-time | 150 |
yosymfony/toml | A PHP parser for TOML configuration files | 202 |
pelletier/go-toml | Library for parsing and generating the TOML file format in Go. | 1,751 |
goccy/go-yaml | A Go YAML parser and encoder with improved performance, customization options, and team collaboration features. | 1,217 |
jasom/nyaml | A Lisp native YAML parser that reads and interprets YAML documents into Common Lisp data structures. | 26 |
brianmario/yajl-ruby | A C-based JSON parsing and encoding library for Ruby | 1,479 |
lloyd/yajl | A fast and portable C library for parsing JSON data from streams, with minimal memory copying and fast performance. | 2,156 |