-
Notifications
You must be signed in to change notification settings - Fork 864
Home
Edward Smale edited this page Apr 21, 2025
·
293 revisions
Welcome to the official TOML wiki! This is a space for the community to catalog various TOML-related projects. We'd love you to contribute!
- Be careful when editing this document. It's a valuable resource, so proofread your work and make sure it's right.
- Listings are alphabetical, please add your project in the correct order.
- If you want to add a new category or otherwise make a big change, please open an issue on this repository to discuss it first.
- Keep being your awesome self!
If you have an implementation, add it to this list! Please note the highest TOML version tag that your parser supports in your README.
Language | Repo | Notes |
---|---|---|
Pascal | https://github.com/genericptr/fpTOML |
- Language agnostic test suite - https://github.com/toml-lang/toml-test
Tool | Repo | Notes |
---|---|---|
json2toml | https://github.com/KenanY/json2toml | from JSON |
jsontoml, tomljson | https://github.com/pelletier/go-toml | to/from JSON |
remarshal | https://github.com/dbohdan/remarshal | between CBOR, JSON, MessagePack, TOML, and YAML |
lml | https://github.com/mosteo/lml_ada | from JSON, TOML to JSON, TOML, YAML |
shale | https://github.com/kgiszczak/shale | between JSON, YAML, TOML, CSV or XML |
toml2nt, nt2toml | https://github.com/AndydeCleyre/nestedtextto | between NestedText and JSON, YAML, or TOML |
yj | https://github.com/sclevine/yj | between YAML, TOML, JSON, and HCL |
Tool | Notes | Repo |
---|---|---|
ESLint plugin | https://github.com/ota-meshi/eslint-plugin-toml | |
Taplo | CLI formatter, converter | https://taplo.tamasfe.dev |