Preparing search index...
The search index is not available
@sosimple/fsx-file
@sosimple/fsx-file
ReadJsonOptions
Interface ReadJsonOptions
File read options.
interface
ReadJsonOptions
{
encoding
?:
Encoding
;
flag
?:
ReadFlag
;
reviver
?:
(
(
key
:
any
,
value
:
any
)
=>
any
)
;
}
Hierarchy (
view full
)
ReadOptions
ReadJsonOptions
Index
Properties
encoding?
flag?
reviver?
Properties
Optional
Readonly
encoding
encoding
?:
Encoding
Optional
Readonly
flag
flag
?:
ReadFlag
Optional
Readonly
reviver
reviver
?:
(
(
key
:
any
,
value
:
any
)
=>
any
)
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
encoding
flag
reviver
@sosimple/fsx-file
Loading...
File read options.