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 4a5c079 commit 11e8163Copy full SHA for 11e8163
README.md
@@ -87,6 +87,7 @@ U.jsonToXml("{\"a\":{\"-attr\":\"c\",\"b\":\"data\"}}");
87
// <a attr="c">
88
// <b>data</b>
89
// </a>
90
+
91
U.Builder builder = U.objectBuilder()
92
.add("firstName", "John")
93
.add("lastName", "Smith")
0 commit comments