Package org.codehaus.jackson.smile
Class Tool
java.lang.Object
org.codehaus.jackson.smile.Tool
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
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SUFFIX
- See Also:
-
jsonFactory
-
smileFactory
-
-
Constructor Details
-
Tool
public Tool()
-
-
Method Details
-
showUsage
protected void showUsage() -
main
- Throws:
IOException
-