File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -115,6 +115,7 @@ Some notable exceptions that the JSON Parser in this library accepts are:
115115* Numbers out of range for ` Double ` or ` Long ` are parsed as strings
116116
117117** Unit Test Conventions**
118+
118119Test filenames should consist of the name of the module being tested, with the suffix "Test".
119120For example, <b >Cookie.java</b > is tested by <b >CookieTest.java</b >.
120121
@@ -199,7 +200,7 @@ cookie lists.
199200
200201JSON-java releases can be found by searching the Maven repository for groupId "org.json"
201202and artifactId "json". For example:
202- https://search.maven.org/search?q=g:org.json%20AND%20a:json&core=gav
203+ [ https://search.maven.org/search?q=g:org.json%20AND%20a:json&core=gav ] ( https://search.maven.org/search?q=g:org.json%20AND%20a:json&core=gav )
203204
204205~~~
20520620200518 Recent commits and snapshot before project structure change
You can’t perform that action at this time.
0 commit comments