Package rsp.util.json

Class JsonSimple


  • public class JsonSimple
    extends Object
    json-simple related.
    • Constructor Detail

      • JsonSimple

        public JsonSimple()
    • Method Detail

      • convertToJsonType

        public static JsonDataType convertToJsonType​(Object j)
        Recursively converts a json-simple parsed JSON object to a JsonDataType.
        Parameters:
        j - an input object
        Returns:
        the conversion result