Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tbrowder/config-toml-loose

slightly looser version of TOML allowing comments at the end of any line (# or ;), different key/value separators (= or :), and strings without quotes
https://github.com/tbrowder/config-toml-loose

Last synced: about 1 month ago
JSON representation

slightly looser version of TOML allowing comments at the end of any line (# or ;), different key/value separators (= or :), and strings without quotes

Awesome Lists containing this project

README

        

# Config::TOML::Loose

A slightly looser version of TOML allowing comments at the end
of any line (# or ;), different key/value separators (= or :),
and strings without quotes.

This module's classes and grammars depend on ones in its parent
module Config::TOML.