We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 964a66f + 52a0c3d commit 4bcbba4Copy full SHA for 4bcbba4
README.md
@@ -66,7 +66,7 @@ socket.on(Socket.EVENT_CONNECT, new Emitter.Listener() {
66
socket.connect();
67
```
68
69
-This Library uses [org.json](http://www.json.org/java/) to parse and compose JSON strings:
+This Library uses [org.json](https://github.com/stleary/JSON-java) to parse and compose JSON strings:
70
71
```java
72
// Sending an object
0 commit comments