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 54219e8 commit 997425cCopy full SHA for 997425c
README.md
@@ -27,8 +27,11 @@ Input JSON ([`json_example.json`](json_example.json)):
27
"version": 4
28
}
29
```
30
-## Usage
31
-Please see [`json_print_example.txt`](json_print_example.txt)
+## Building
+- 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.
34
+- Please see [`json_print_example.txt`](json_print_example.txt)
35
36
- **Two Display Modes**:
37
- Table View (`json_print_table.c`): Displays JSON arrays as formatted tables
0 commit comments