mirror of
https://github.com/fankes/JSON-java-compat.git
synced 2025-09-08 11:34:43 +08:00
formatting
This commit is contained in:
@@ -62,11 +62,15 @@ public class Test {
|
||||
````
|
||||
|
||||
|
||||
You can only run the unit tests with Maven or Gradlew.
|
||||
|
||||
*You can only run the unit tests with Maven or Gradlew.
|
||||
|
||||
* * mvn clean test
|
||||
|
||||
* * gradlew clean test
|
||||
|
||||
|
||||
|
||||
**Files
|
||||
|
||||
**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
|
||||
|
Reference in New Issue
Block a user