UNPKG
xml-decoder
Version:
latest (0.1.4)
0.1.4
0.1.3
0.1.2
another xml reader with build in transformations
github.com/icukeng/xml-decoder
xml-decoder
/
__tests__
/
fixtures
/
simple-lists.json
19 lines
(18 loc)
•
177 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"a"
: {
"
@tag
"
:
"a"
,
"b"
: {
"
@tag
"
:
"b"
,
"c"
: [
1
,
2
,
3
],
"d"
: [
1
,
2
,
3
] } } }