Class JsonToModl

java.lang.Object
uk.num.json_modl.converter.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

    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 Details

  • Method Details

    • 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