AutoHotkey-JSON icon indicating copy to clipboard operation
AutoHotkey-JSON copied to clipboard

"true" does not appear in the stringified portion of the output in example

Open badWithUsername opened this issue 3 years ago • 1 comments

Last tested just now with AHK v 1.1.33.10

badWithUsername avatar Feb 05 '22 18:02 badWithUsername

#Example to reproduce issue:

  s = {"toto":true}
  o := Jxon_Load(s)
  MsgBox % Jxon_Dump(o)
  MsgBox % o.toto

tdalon avatar Nov 22 '23 07:11 tdalon