mirror of
https://github.com/stleary/JSON-java.git
synced 2025-08-03 11:25:30 -04:00
Update README.md
This commit is contained in:
parent
896674ae36
commit
650f52501a
@ -115,6 +115,7 @@ Some notable exceptions that the JSON Parser in this library accepts are:
|
|||||||
* Numbers out of range for `Double` or `Long` are parsed as strings
|
* Numbers out of range for `Double` or `Long` are parsed as strings
|
||||||
|
|
||||||
**Unit Test Conventions**
|
**Unit Test Conventions**
|
||||||
|
|
||||||
Test filenames should consist of the name of the module being tested, with the suffix "Test".
|
Test filenames should consist of the name of the module being tested, with the suffix "Test".
|
||||||
For example, <b>Cookie.java</b> is tested by <b>CookieTest.java</b>.
|
For example, <b>Cookie.java</b> is tested by <b>CookieTest.java</b>.
|
||||||
|
|
||||||
@ -199,7 +200,7 @@ cookie lists.
|
|||||||
|
|
||||||
JSON-java releases can be found by searching the Maven repository for groupId "org.json"
|
JSON-java releases can be found by searching the Maven repository for groupId "org.json"
|
||||||
and artifactId "json". For example:
|
and artifactId "json". For example:
|
||||||
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](https://search.maven.org/search?q=g:org.json%20AND%20a:json&core=gav)
|
||||||
|
|
||||||
~~~
|
~~~
|
||||||
20200518 Recent commits and snapshot before project structure change
|
20200518 Recent commits and snapshot before project structure change
|
||||||
|
Loading…
x
Reference in New Issue
Block a user