mznjs API Documentation - v0.0.31-beta.5
Docs
GitHub
Changelog
Preparing search index...
utils/src
Json5SerializeOptions
Interface Json5SerializeOptions
JSON5序列化选项
interface
Json5SerializeOptions
{
space
?:
string
|
number
;
replacer
?:
(
key
:
string
,
value
:
any
)
=>
any
;
}
Index
Properties
space?
replacer?
Properties
Optional
space
space
?:
string
|
number
缩进空格数或字符串,默认2
Optional
replacer
replacer
?:
(
key
:
string
,
value
:
any
)
=>
any
替换函数,用于自定义序列化过程
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
space
replacer
GitHub Repository
Docs
GitHub
Changelog
mznjs API Documentation - v0.0.31-beta.5
Loading...
JSON5序列化选项