mznjs API Documentation - v0.0.31-beta.5
Docs
GitHub
Changelog
Preparing search index...
utils/src
JsonFormatOptions
Interface JsonFormatOptions
JSON格式化选项
interface
JsonFormatOptions
{
indent
?:
number
;
removeComments
?:
boolean
;
}
Index
Properties
indent?
remove
Comments?
Properties
Optional
indent
indent
?:
number
缩进空格数,默认2
Optional
remove
Comments
removeComments
?:
boolean
是否移除注释,默认true
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
indent
remove
Comments
GitHub Repository
Docs
GitHub
Changelog
mznjs API Documentation - v0.0.31-beta.5
Loading...
JSON格式化选项