AutoHotkey-JSON
AutoHotkey-JSON copied to clipboard
Missing Comma error when including JSON.ahk
I'm encountering a compile-time error when including JSON.ahk.
JSON.ahk (44) : ==> Missing comma
Specifically: Call(self, ByRef text, reviver:="")
I am using AHK V2.
Bump, same problem
more bumping
Looks like a version conflict. I switched to: https://github.com/TheArkive/JXON_ahk2
Looks like a version conflict. I switched to: https://github.com/TheArkive/JXON_ahk2
You mean JSON.ahk is only for v1 and JXON_ahk2 is for v2, right?