File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,19 @@ Input JSON (json_example.json):
2929```
3030## Usage
3131- ## Usage
32- Please see <span style =" background-color :#FFFF00 " >json_print_example.txt</span >
32+ Please see <span style =" background-color :#FFFF00 " >` json_print_example.txt ` </span >
3333
3434- ** Two Display Modes** :
3535 - Table View (` json_print_table.c ` ): Displays JSON arrays as formatted tables
36- - ![ json_print_table] ( https://github.com/user-attachments/assets/1449d2af-8e55-429f-a624-312a8f48cf97 )
37-
36+ - Table: configurations 1/20
37+ +-------+-------------+---------+--------------------------+-----------+-------------+------------------+
38+ | name | includePath | defines | compilerPath | cStandard | cppStandard | intelliSenseMode |
39+ +-------+-------------+---------+--------------------------+-----------+-------------+------------------+
40+ | Win32 | [ obj] | [ obj] | C:\MinGW-w64\bin\gcc.exe | c17 | gnu++14 | windows-gcc-x64 |
41+ +-------+-------------+---------+--------------------------+-----------+-------------+------------------+
42+ JSON Format Unsupported; please adjust Code
43+ Current format: Nested objects
44+ Expected format: Array of objects
3845 - Tree View (` json_print_tree.c ` ): Shows hierarchical JSON structure
3946 - ![ json_print_tree] ( https://github.com/user-attachments/assets/9e7d094a-b347-480e-b5cc-3f4da217b72f )
4047
You can’t perform that action at this time.
0 commit comments