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.
- JSON.ahk [v1] by Coco (Cocobelgica) - The standard JSON library for AHKv1.
- cJson.ahk [v1][v2] by Geek (GeekDude) - A performance-oriented JSON library using machine code to provide higher speeds.
- jsongo [v2] by GroggyOtter - A very feature-complete JSON library.
- JXON_ahk2 [v2] by TheArkive - A function-based pure AHK JSON library.
- cJson--created by dll [v2] by Mono919 - A DLL-based JSON library.