Class JSONSingleQuotesTupleMaker

  • All Implemented Interfaces:
    TupleMaker<String>

    public class JSONSingleQuotesTupleMaker
    extends JSONTupleMaker
    A factory to build Tuples from JSON formatted Strings that may use the single quote character ' in lieu of the double quote character ". Strings will have every ' replaced by ", and then processed. by JSONTupleMaker

    The intent of this Maker is to provide assistance to Java developers writing JSON Strings

    Since:
    6.6
    See Also:
    JSONTupleMaker, TupleMaker