We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb4fe22 commit 2ed2d5cCopy full SHA for 2ed2d5c
README.md
@@ -1,4 +1,3 @@
1
-
2
[](http://travis-ci.org/soldair/node-jsontoxml)
3
4
# jsontoxml
@@ -37,8 +36,8 @@ console.log(xml);
37
36
38
```
39
40
-outputs: // ! output is not tabbed this is an example
41
+outputs:
+```xml
42
<node>text content</node>
43
<parent>
44
<taco>
@@ -58,7 +57,7 @@ outputs: // ! output is not tabbed this is an example
58
57
<node>i am another not special child node</node>
59
<date>Sun Sep 26 2010 17:27:29 GMT-0700 (PDT)</date>
60
</parent2>
61
+```
62
## API
63
64
jsontoxml (obj,options)
0 commit comments