Skip to content

Commit 165bbcb

Browse files
authored
Update README.md
1 parent b8d63d7 commit 165bbcb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ U.xmlToJson(
107107
+ " </plus>\n"
108108
+ "</mydocument>",
109109
Json.JsonStringBuilder.Step.TWO_SPACES);
110-
111110
// {
112111
// "mydocument": {
113112
// "-has": "an attribute",
@@ -143,7 +142,6 @@ U.jsonToXml(
143142
+ " \"#omit-xml-declaration\": \"yes\"\n"
144143
+ "}",
145144
Xml.XmlStringBuilder.Step.TWO_SPACES);
146-
147145
// <mydocument has="an attribute">
148146
// <and>
149147
// <many>elements</many>

0 commit comments

Comments
 (0)