Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bash-bastion/bash-toml

A kickass Toml parser written in pure Bash
https://github.com/bash-bastion/bash-toml

basalt bash shell toml

Last synced: about 13 hours ago
JSON representation

A kickass Toml parser written in pure Bash

Awesome Lists containing this project

README

        

# bash-toml

A kickass Toml parser written in pure Bash

The plan is to fully support TOML v1.0.0

## Assumptions of Quick

- The `quick_` methods ony parse [a subset of toml](https://github.com/hyperupcall/toml-subset)

## Support

Support is generally limited at the moment

- Construct: Comment
- Construct: Key
- Value: String (basic)
- Value: String (literal)

### Not Yet Supported

- Value: String (multi-line basic)
- Value: String (multi-line literal)
- Value: Integer
- Value: Float
- Value: Boolean
- Value: Offset Date-Time
- Value: Local Date-Time
- Value: Local Date
- Value: Local Time
- Value: Array
- Value: Inline Table
- Construct: Table
- Construct Array of Tables