An open API service indexing awesome lists of open source software.

https://github.com/dcbaker/toml2json

simple command line to convert TOML to JSON
https://github.com/dcbaker/toml2json

Last synced: 10 months ago
JSON representation

simple command line to convert TOML to JSON

Awesome Lists containing this project

README

          

# toml2json
simple command line to convert TOML to JSON

This is a super simple C++ program to convert TOML to JSON, using tomlplusplus. It was created as a fallback in Meson for the Cargo parser