From 6df8a229541543786ff41992e8e1364e84fd214d Mon Sep 17 00:00:00 2001 From: NickSolante Date: Thu, 28 Nov 2024 16:38:38 +1100 Subject: [PATCH] update readme --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 28868e5..8db61f5 100644 --- a/README.md +++ b/README.md @@ -22,18 +22,17 @@ for interactive mode. // then type your JSON and press enter -like: {"key": "value"} ``` -## Todo +## References -- [X] Should output the value is valid JSON or not. -- [ ] -- [ ] -- [ ] -- [ ] +- [RFC7159](https://datatracker.ietf.org/doc/html/rfc7159) +- [JSON.org](https://www.json.org/json-en.html) +- [JSONApi](https://jsonapi.org/format/) -## References +## Todo +- [ ] RFC7159 compliance +- [ ] Extend cli parser to web server