Fix printing of json_value

This commit is contained in:
olemorud
2023-04-28 18:25:02 +02:00
parent 05e78fa523
commit 4201755246
3 changed files with 5 additions and 2 deletions

View File

@@ -21,3 +21,6 @@ jobs:
- name: Run tests
run: ./test.sh
- name: Test output against jq
run: ./bin/release/parse sample-files/large-file.json | jq >/dev/null