Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
NickSolante committed Nov 30, 2024
1 parent 6df8a22 commit 5b2f22c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# go-json-parser
A simple JSON parser written in Go.

## Features

- Parse JSON strings.
- Interactive mode.
- Validate JSON Objects with boolean result on the console.

# A simple JSON parser written in Go.

## Usage

Expand Down Expand Up @@ -28,6 +34,8 @@ for interactive mode.

## References

These are the references used to build this project:

- [RFC7159](https://datatracker.ietf.org/doc/html/rfc7159)
- [JSON.org](https://www.json.org/json-en.html)
- [JSONApi](https://jsonapi.org/format/)
Expand Down

0 comments on commit 5b2f22c

Please sign in to comment.