Save Json
Signature
Description
Serializes a table and saves it as a JSON file.
Returns whether the operation was successful (true
) or not (false
).
Arguments
Path
The path of the file to be saved.
Absolute paths are supported and relative paths start from {game}\x64\
.
Data
The contents to serialize and save.
Example
Save Config
Output
Notes
Only the following value types are supported: table
, string
, double
, integer
, bool
.
Last updated