org.elkoserver.util
Class JSONValidator

java.lang.Object
  extended by 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.


Constructor Summary
JSONValidator()
           
 
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
 

Constructor Detail

JSONValidator

public JSONValidator()
Method Detail

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.