Skip to content

Commit

Permalink
quotes need in 3.0 which is diffrent from 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Alanscut committed Oct 19, 2019
1 parent a361f2a commit 5d3b590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subprojects/guide/src/docs/asciidoc/usage.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ JSONObject jsonObject = JSONObject.fromObject( new MyBean() );
System.out.println( jsonObject );
/* prints
{"name":"json","pojoId":1,"options":["a","f"],
"func1":function(i){ return this.options[i];},
"func1":"function(i){ return this.options[i];}",
"func2":function(i){ return this.options[i];}}
*/
----
Expand Down

0 comments on commit 5d3b590

Please sign in to comment.