@snailicide/g-library
Preparing search index...
index
objectUtils
prettyPrintJSON
Variable prettyPrintJSON
prettyPrintJSON
:
<
Type
extends
Jsonifiable
>
(
value
:
Type
,
indentSpaces
?:
number
,
)
=>
string
Type declaration
<
Type
extends
Jsonifiable
>
(
value
:
Type
,
indentSpaces
?:
number
)
:
string
PrettyPrint a JSON object.
Type Parameters
Type
extends
Jsonifiable
Parameters
value
:
Type
indentSpaces
:
number
= 4
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@snailicide/g-library
Loading...
PrettyPrint a JSON object.