Class Tool


  • public class Tool
    extends java.lang.Object
    Simple command-line utility that can be used to encode JSON as Smile, or decode JSON from Smile: direction is indicated by single command-line option of either "-e" (encode) or "-d" (decode).
    Since:
    1.6.2
    Author:
    tatu
    • Constructor Detail

      • Tool

        public Tool()
    • Method Detail

      • showUsage

        protected void showUsage()
      • main

        public static void main​(java.lang.String[] args)
                         throws java.io.IOException
        Throws:
        java.io.IOException