org.elkoserver.util
Class JSONValidator
java.lang.Object
org.elkoserver.util.JSONValidator
public class JSONValidator
- extends Object
Standalone command-line application to read and parse JSON object
descriptors and indicate any problems found.
|
Method Summary |
static void |
main(String[] args)
Program main: parse command line flags, then scan each input source and
do the appropriate things with it. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JSONValidator
public JSONValidator()
main
public static void main(String[] args)
- Program main: parse command line flags, then scan each input source and
do the appropriate things with it.