JSONGetValue
From GECK
A function added by the SUP NVSE Plugin.
Contents
Description
Gets Value from specified JSON key.
Syntax
(JSONValue:array_var) JSONGetValue FilePath:string key:string iCached:int
Example
array_var result result:=JSONGetValue "aaMyJSON.json","name",0
Notes
- More info and other JSON functions can be found in this article