We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9299177 commit 7cbeb35Copy full SHA for 7cbeb35
1 file changed
README.md
@@ -66,7 +66,7 @@ import org.json.JSONObject;
66
public class Test {
67
public static void main(String args[]){
68
JSONObject jo = new JSONObject("{ \"abc\" : \"def\" }");
69
- System.out.println(jo.toString());
+ System.out.println(jo);
70
}
71
72
```
0 commit comments