Load Json
Signature
Description
Reads a JSON file from a specific path and deserializes its contents into a table.
Returns a table or nil
if the file is empty or could not be found.
Arguments
Path
The path of the file to be loaded.
Absolute paths are supported and relative paths start from {game}\x64\
.
Example
Load Config
Input
Notes
Only the following value types are supported: table
, string
, double
, integer
, bool
.
Last updated