Need help writing to json file using AHK.

Dime333

Active member
RL Member
I have this line in a json config file:

"graphics_backend": "Vulkan",

If this was a normal ini, it would look something like this:

[Renderer]
graphics_backend=Vulkan

I know how to replace variables in ini files but how do you do it in json files?
 
Top