Keyword: JSONSET - Generate json file

Keywords are used within scripts that enabled powerful features such as dynamic variables, clipboard manipulation, read/write files, mimic inputs and more.
User avatar
YiMeng
Author
Posts: 235
Joined: Sat Jul 18, 2020 10:58 pm
Location: NY
Contact:

Keyword: JSONSET - Generate json file

Unread post by YiMeng »

Description
  • Generate a single layer JSON file with the specified variables within the current working directory, under __meta folder, then returns its full file path to %JSONSET%.
Parameters
  • x: variable name.
  • y: variable value.
Usage
  • JSONSET myvar1 = someVar
  • JSONSET myvar2 = someVar2