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

Missing Comma error when including JSON.ahk

Open zhiyun-deng opened this issue 1 year ago • 1 comments

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.

zhiyun-deng avatar Jan 02 '24 23:01 zhiyun-deng

Bump, same problem

BitFros7y avatar Oct 21 '24 16:10 BitFros7y

more bumping

BruceDenney avatar Mar 05 '25 12:03 BruceDenney

Looks like a version conflict. I switched to: https://github.com/TheArkive/JXON_ahk2

CHaP235 avatar Apr 13 '25 11:04 CHaP235

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?

sweiguny avatar Apr 17 '25 23:04 sweiguny