thqby / ahk2_lib

MIT License
233 stars 32 forks source link

Is the cpp JSON parser officially part of ahk_lib? #54

Closed yg-i closed 1 month ago

yg-i commented 5 months ago

Hi thqby,

Is your cpp JSON parser officially part of this repo? If not, do you plan on including it at some point?

https://www.autohotkey.com/boards/viewtopic.php?style=1&f=83&t=100602

I've been using it for a year and it has been very reliable and fast!

Just wondering why it's not included. JSON.ahk is also great, but as your testing shows, is almost 10 times slower on stringifying operations.

Thanks,

thqby commented 5 months ago

cppJSON is a part of ahk_h, which is not required for the ahk_h I usually use. Additionally, ahk v2 and v2.1 require different dlls.

yg-i commented 5 months ago

cppJSON is a part of ahk_h, which is not required for the ahk_h I usually use. Additionally, ahk v2 and v2.1 require different dlls.

Thanks for the explanation!