We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 997425c commit bc58dafCopy full SHA for bc58daf
README.md
@@ -29,8 +29,9 @@ Input JSON ([`json_example.json`](json_example.json)):
29
```
30
## Building
31
- bash
32
- - gcc -o json_table json_print_table.c cJSON.c -I.
33
- - gcc -o json_tree json_print_tree.c cJSON.c -I.
+ - gcc -o json_table json_print_table.c cJSON.c -I. ./json_table [path_to_json_file]
+ - gcc -o json_tree json_print_tree.c cJSON.c -I. ./json_tree [path_to_json_file]
34
+
35
- Please see [`json_print_example.txt`](json_print_example.txt)
36
37
- **Two Display Modes**:
0 commit comments