Class JsonToModl


  • public class JsonToModl
    extends java.lang.Object
    A class to convert a JSON String to a MODL String.
    • Constructor Summary

      Constructors 
      Constructor Description
      JsonToModl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String pairToModl​(java.lang.String json)
      Convert a JSON String to a MODL String
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JsonToModl

        public JsonToModl()
    • Method Detail

      • pairToModl

        public java.lang.String pairToModl​(java.lang.String json)
        Convert a JSON String to a MODL String
        Parameters:
        json - the JSON String
        Returns:
        the MODL String