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:
parent
78901383a4
commit
1da2b984cd
1 changed files with 3 additions and 7 deletions
10
README.md
10
README.md
|
@ -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.
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue