===== JSON ===== JSON (JavaScript Object Notation) is a lightweight data interchange format widely used for exchanging data between a server and a client, or between different components of an application. While AutoHotkey is primarily known for its automation capabilities, third-party libraries offer powerful options for working with JSON data. * [[https://github.com/cocobelgica/AutoHotkey-JSON|JSON.ahk [v1]]] by [[user:cocobelgica]] - The standard JSON library for AHKv1. * [[libraries:json:cjson]] by [[user:geek]] - A performance-oriented JSON library using machine code to provide higher speeds. * [[https://github.com/GroggyOtter/jsongo_AHKv2|jsongo [v2]]] by [[user:GroggyOtter]] - A very feature-complete JSON library. * [[https://github.com/TheArkive/JXON_ahk2|JXON_ahk2 [v2]]] by [[user:TheArkive]] - A function-based pure AHK JSON library. * [[https://github.com/thqby/ahk2_lib/blob/master/JSON.ahk|JSON [v2]]] by [[user:thqby]] and [[user:HotKeyIt]] - A class-based pure AHK JSON library. * [[https://www.autohotkey.com/boards/viewtopic.php?f=83&t=113464|cJson--created by dll [v2]]] by [[user:Mono919]] - A DLL-based JSON library.