aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2018-05-23 07:35:23 +0200
committerPatrick Spek <p.spek@tyil.nl>2023-07-25 02:17:03 +0200
commite7dffa600ac45a15a63857a236927164467cec2a (patch)
treea2487ee44b86076465a25c3501595bac045005df /README.md
parent399b4493df5415086dcd33754a4c796ea9b0c71c (diff)
Add reference to Config::Parser::json to README
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6bc6d23..c481997 100644
--- a/README.md
+++ b/README.md
@@ -63,8 +63,9 @@ installed yourself.
The following parsers are available:
-- [`Config::Parser::yaml`](https://github.com/scriptkitties/p6-Config-Parser-yaml)
+- [`Config::Parser::json`](https://github.com/robertlemmen/perl6-config-json)
- [`Config::Parser::toml`](https://github.com/scriptkitties/p6-Config-Parser-toml)
+- [`Config::Parser::yaml`](https://github.com/scriptkitties/p6-Config-Parser-yaml)
### Writing your own parser
If you want to make your own parser, simply make a new class which extends the