1
0
Fork 0
mirror of https://github.com/ethauvin/JSON-java.git synced 2025-06-17 07:50:52 -07:00

Update README.md

This commit is contained in:
Sean Leary 2020-05-22 10:50:04 -05:00 committed by GitHub
parent 78901383a4
commit 1da2b984cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,6 +22,9 @@ package.
The package compiles on Java 1.6-1.8. The package compiles on Java 1.6-1.8.
# With commit [#515 Merge tests and pom and code](https://github.com/stleary/JSON-java/pull/515), the structure of the project has changed from a flat directory containing all of the Java files to a directory structure that includes unit tests. If you have difficulty using the new structure, please open an issue so we can work through it.
**JSONObject.java**: The `JSONObject` can parse text from a `String` or a `JSONTokener` **JSONObject.java**: The `JSONObject` can parse text from a `String` or a `JSONTokener`
to produce a map-like object. The object provides methods for manipulating its to produce a map-like object. The object provides methods for manipulating its
@ -199,12 +202,5 @@ Execution failed for task ':compileJava'.
| TestRunner.java | | TestRunner.java |
| Util.java | | Util.java |
## How to release
- Adapt the version number in the pom file
- Run
```
mvn clean deploy
```
You will need permissions for the org.json library given by the sonatype maven central team.