Choose file to parse from CLI arguments

This commit is contained in:
olemorud
2023-04-22 22:37:17 +02:00
parent dc4e39af6c
commit 9f66f4aff9
2 changed files with 9 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
# C JSON Parser
Just a simple project to practice writing parsers.
Not guaranteed to be safe or efficient.
Not guaranteed to be safe, reliable or efficient.
## Usage
@@ -16,7 +16,7 @@ To make a debug build just run `make`.
### Run
```sh
./bin/{release|debug}/json_parser
./bin/{release|debug}/json_parser sample.json
```
## Limitations