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
/
typecast2.json
21 lines
(20 loc)
•
340 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
{
"root"
: {
"
@tag
"
:
"root"
,
"str1"
: {
"
@tag
"
:
"str1"
,
"attr"
:
"01"
,
"
@value
"
:
"02"
},
"num1"
: {
"
@tag
"
:
"num1"
,
"attr"
:
"NaN"
,
"
@value
"
:
"NaN"
},
"num2"
: {
"
@tag
"
:
"num2"
,
"
@value
"
:
"Infinity"
,
"attr"
:
"NaN"
} } }