1 parent 1259f91 commit 468bfeeCopy full SHA for 468bfee
1 file changed
src/javaforce/JSON.java
@@ -45,6 +45,10 @@ public Element getChild(String name) {
45
}
46
return null;
47
48
+
49
+ public String toString() {
50
+ return key + "=" + value;
51
+ }
52
53
/** Parses a JSON string. */
54
public static Element parse(String str) throws Exception {
0 commit comments