We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05f0025 commit 07a8e22Copy full SHA for 07a8e22
README.md
@@ -7,7 +7,7 @@ https://github.com/inzapp/treemap-json/releases
7
8
## Usage
9
```java
10
-json = new JSONObject(new Comparator<String>() {
+JSONObject json = new JSONObject(new Comparator<String>() {
11
@Override
12
public int compare(String a, String b) {
13
// parameter a, b is json key
0 commit comments