Skip to content

Commit 5731c28

Browse files
committed
Sync with underscore-java.
1 parent 4edda40 commit 5731c28

File tree

4 files changed

+369
-144
lines changed

4 files changed

+369
-144
lines changed

src/main/java/com/github/underscore/lodash/U.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2296,7 +2296,7 @@ public static Builder fromXml(final String xml) {
22962296
}
22972297

22982298
public String toJson() {
2299-
return Xml.toXml(data);
2299+
return Json.toJson(data);
23002300
}
23012301

23022302
public static Builder fromJson(final String json) {

0 commit comments

Comments
 (0)