UNPKG
json2yaml
Version:
latest (1.1.0)
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
A commandline utility to convert JSON to YAML / YML
github.com/coolaj86/json2yaml
coolaj86/json2yaml
json2yaml
/
tests
/
array.json
23 lines
(22 loc)
•
225 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[
"baz"
,
"qux"
,
"quxx"
,
null
,
true
,
{
"foo"
:
"bar"
,
"corge"
:
null
,
"grault"
:
1
,
"garply"
:
true
,
"waldo"
:
"false"
,
"fred"
:
"undefined"
}
,
[
"hello"
,
"world"
]
,
42
,
[
]
]