Skip to content

Commit 7f5e560

Browse files
authored
Update README.md
1 parent c2506f0 commit 7f5e560

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

README.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,9 @@ Input JSON (json_example.json):
3333

3434
- **Two Display Modes**:
3535
- Table View (`json_print_table.c`): Displays JSON arrays as formatted tables
36-
Table: configurations 1/20
37-
+--------+------------------+----------+-----------------+
38-
| name | includePath | defines | compilerPath |
39-
+--------+------------------+----------+-----------------+
40-
| Win32 | [obj] | [obj] | C:\MinGW-w64\...|
41-
+--------+------------------+----------+-----------------+
42-
43-
JSON Format Unsupported; please adjust Code
44-
Current format: Nested objects
45-
Expected format: Array of objects
36+
- ![json_print_table](screenshots/json_print_table.png)
4637
- Tree View (`json_print_tree.c`): Shows hierarchical JSON structure
47-
- ![json_print_tree](https://github.com/user-attachments/assets/9e7d094a-b347-480e-b5cc-3f4da217b72f)
38+
- ![json_print_tree](screenshots/json_print_tree.png)
4839

4940
- **Table View Features**:
5041
- Dynamic column width adjustment

0 commit comments

Comments
 (0)