UNPKG
@aximario/json-tree
Version:
latest (2.2.4)
2.2.4
2.2.2
2.2.1
2.2.0
2.1.0
2.0.2
2.0.1
2.0.0
1.0.6
把扁平化的数据转换成树形结构的JSON,把树形JSON扁平化
github.com/aximario/json-tree
aximario/json-tree
@aximario/json-tree
/
.prettierrc
7 lines
(6 loc)
•
95 B
Plain Text
View Raw
1
2
3
4
5
6
7
{
"semi"
:
false
,
"trailingComma"
:
"all"
,
"singleQuote"
:
true
,
"arrowParens"
:
"avoid"
}