We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d452169 + 7cbeb35 commit 6dba722Copy full SHA for 6dba722
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