mirror of
https://github.com/stleary/JSON-java.git
synced 2025-08-03 03:15:32 -04:00
Update README.md
This commit is contained in:
parent
78901383a4
commit
1da2b984cd
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…
x
Reference in New Issue
Block a user