mirror of
https://github.com/fankes/JSON-java-compat.git
synced 2025-09-06 02:35:33 +08:00
deleted redundant .toString() call in README test method Sysout
This commit is contained in:
@@ -66,7 +66,7 @@ import org.json.JSONObject;
|
|||||||
public class Test {
|
public class Test {
|
||||||
public static void main(String args[]){
|
public static void main(String args[]){
|
||||||
JSONObject jo = new JSONObject("{ \"abc\" : \"def\" }");
|
JSONObject jo = new JSONObject("{ \"abc\" : \"def\" }");
|
||||||
System.out.println(jo.toString());
|
System.out.println(jo);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user