Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tbrowder/config-toml-loose
- Owner: tbrowder
- Created: 2018-02-09T22:40:52.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-09T23:21:13.000Z (almost 7 years ago)
- Last Synced: 2024-12-09T19:50:09.308Z (about 2 months ago)
- Size: 1000 Bytes
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.