UNPKG
xfdf
Version:
latest (1.0.0)
1.0.0
0.2.0
0.1.2
0.1.1
0.0.1
A Node.js JSON to XFDF generator
github.com/ScottONeal/xfdf
ScottONeal/xfdf
xfdf
/
test
/
resources
/
test.json
14 lines
(13 loc)
•
297 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"fields"
:
{
"First_Name"
:
"John"
,
"Last_Name"
:
"Doe"
,
"MALE"
:
true
,
"Address_1"
:
"123 Work Street"
,
"City"
:
"Annapolis"
,
"STATE"
:
"MD"
,
"ZIP"
:
27233
,
"Checkgroup"
:
[
true
,
false
,
true
]
,
"Array"
:
[
"One"
,
"Bull"
,
"Landon"
]
}
}