Class StringJSONValueConverter

java.lang.Object
org.ghotibeaun.json.converters.valueconverter.AbstractJSONValueConverter<String>
org.ghotibeaun.json.converters.valueconverter.StringJSONValueConverter
All Implemented Interfaces:
ValueConverter<String>

public class StringJSONValueConverter
extends AbstractJSONValueConverter<String>
Converts a JSONValue to a String. Optionally accepts a single argument to format the value

NOTE: This class uses the native String.format(String, Object...) method. As a result, please consult the appropriate formatting tokens.

Author:
Jim Earley (xml.jim@gmail.com)