You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Application that utilizes cJSON (https://github.com/DaveGamble/cJSON) for reading .json files and displaying the nodes in a treeview control.
4
4
5
+

6
+
5
7
Built with the following statically compiled libraries:
6
8
7
9
- json v1.7.12 x86 (https://github.com/mrfearless/libraries/tree/master/cJSON)
@@ -10,3 +12,34 @@ Built with the following statically compiled libraries:
10
12
- Masm32 x86 (http://masm32.com/download.htm)
11
13
12
14
From a post on tuts4you.com: https://forum.tuts4you.com/topic/39996-how-to-read-json-correctly/
15
+
16
+
# Download
17
+
18
+
The latest release can be downloaded [here](https://github.com/mrfearless/cjsontree/blob/master/cjsontree.exe?raw=true), or via the [releases](https://github.com/mrfearless/cjsontree/releases) section of this Github repository.
19
+
20
+
# File assocation
21
+
22
+
To automatically associated `.json` files with cjsontree you can edit the `json_cjsontree_cmdlineopen.reg` file or create a new .reg file and adjust the paths (`X:\\path_to_cjsontree`) required to point to where your `cjsontree.exe` is located
0 commit comments