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
"Comment": "Allows you to parse JSON files from strings, and in the future will allow you to modify and generate JSONs as strings.\nRequested by Rushino.\nThanks to Phi and ConceptGame for helping with debugging.",
8
8
"URL": "http://www.LB-Stuff.com/",
9
9
"Help": "Help/JSON Object/Help.chm",
@@ -22,6 +22,7 @@
22
22
[4, "Go to Root"]
23
23
],
24
24
"Separator",
25
+
[5, "Debug Window"],
25
26
[0, "Modification", true],
26
27
"Separator"
27
28
],
@@ -60,7 +61,7 @@
60
61
"Parameters":
61
62
[
62
63
["String", "JSON (not a file path, the actual JSON)"],
63
-
["Integer", "Flags (0 for none): currently only one: 1=relaxed commas"]
64
+
["Integer", "Flags (0 for none): currently only one: 1=enable comments"]
0 commit comments