WebUI X Documentation
Download from GitHub
Download from Google Play
GitHub
Preparing search index...
WebUI X Utility Plugin
writeJsonFile
Function writeJsonFile
writeJsonFile
(
path
:
string
,
data
:
any
)
:
Promise
<
void
>
Writes JSON data to a file using the output stream
Parameters
path
:
string
The file path to write to
data
:
any
The JSON data to write`
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Download from GitHub
Download from Google Play
GitHub
WebUI X Documentation
Loading...
Writes JSON data to a file using the output stream