From e61d735e7f669798f84266624c0638ec18e598be Mon Sep 17 00:00:00 2001 From: xrstf Date: Thu, 28 Dec 2023 08:17:41 +0100 Subject: [PATCH] mention TOML support in readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7265f93..d293c84 100644 --- a/README.md +++ b/README.md @@ -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