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.
1 parent dedbd0d commit b676742Copy full SHA for b676742
None.java
@@ -0,0 +1,9 @@
1
+package org.json;
2
+
3
+public interface None {
4
+ /**
5
+ * Negative One
6
+ */
7
+ public static final int none = -1;
8
9
+}
0 commit comments