AutoHotkey-JSON
AutoHotkey-JSON copied to clipboard
"true" does not appear in the stringified portion of the output in example
Last tested just now with AHK v 1.1.33.10
#Example to reproduce issue:
s = {"toto":true}
o := Jxon_Load(s)
MsgBox % Jxon_Dump(o)
MsgBox % o.toto