Class JSON

java.lang.Object
org.dominokit.jacksonapt.JSON

@JsType(isNative=true,
        namespace="<global>")
public class JSON
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    JSON()  
  • Method Summary

    Modifier and Type Method Description
    static java.lang.String stringify​(java.lang.Object jsonObj)  

    Methods inherited from class java.lang.Object

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

    • JSON

      public JSON()
  • Method Details

    • stringify

      public static java.lang.String stringify​(java.lang.Object jsonObj)