1
0
Fork 0
mirror of https://github.com/ethauvin/JSON-java.git synced 2025-06-18 00:10:51 -07:00
This commit is contained in:
Douglas Crockford 2013-02-19 04:52:25 -08:00
parent dedbd0db46
commit b676742539

9
None.java Normal file
View file

@ -0,0 +1,9 @@
package org.json;
public interface None {
/**
* Negative One
*/
public static final int none = -1;
}