Skip to content

Commit

Permalink
mention TOML support in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xrstf committed Dec 28, 2023
1 parent fdba4de commit e61d735
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ like those available in JSON (numbers, bools, objects, vectors etc.). A statemen
* **Optional Type Safety**: Choose between pedantic, strict or humane typing for your programs.
Strict allows nearly no type conversions, humane allows for things like `1` (int) turning into
`"1"` (string) when needed.
* **Flexible**: The Rudi CLI interpreter (`rudi`) supports reading/writing JSON, YAML and TOML.

## Installation

Expand Down

0 comments on commit e61d735

Please sign in to comment.