mirror of
https://github.com/stleary/JSON-java.git
synced 2025-08-03 11:25:30 -04:00
Merge pull request #835 from LaFriska/branch1
deleted redundant .toString() call in README test method Sysout
This commit is contained in:
commit
6dba7220e1
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user