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 191eb9a commit 3a2552cCopy full SHA for 3a2552c
README.md
@@ -47,16 +47,6 @@ Input JSON (json_example.json):
47
- Type indicators (Array, Object, String, Number)
48
- Clear parent-child relationship display
49
50
-## Building
51
-
52
-```bash
53
-gcc -o json_table json_print_table.c cJSON.c -I.
54
-gcc -o json_tree json_print_tree.c cJSON.c -I.
55
56
-## Usage
57
-- ./json_table [path_to_json_file]
58
-- ./json_tree [path_to_json_file]
59
60
## Requirements
61
- C compiler (gcc recommended)
62
- cJSON library (included)
0 commit comments