UNPKG
xmlify
Version:
latest (1.1.0)
1.1.0
1.0.1
1.0.0
0.1.1
0.1.0
JavaScript/JSON/MongoDb/Mongoose to XML conversion
github.com/chrisveness/xmlify
chrisveness/xmlify
xmlify
/
test
/
tests
/
mongo-book.json
9 lines
(8 loc)
•
206 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
{
"_id"
:
123456789
,
"title"
:
"MongoDB: The Definitive Guide"
,
"author"
:
[
"Kristina Chodorow"
,
"Mike Dirolf"
]
,
"published_date"
:
"2010-09-24"
,
"pages"
:
216
,
"language"
:
"English"
}