Class JsonUtils


  • public final class JsonUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      JsonUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.json.JSONObject flatten​(org.json.JSONObject jsonObject)  
      static org.json.JSONObject unflatten​(org.json.JSONObject flattened)  
      • Methods inherited from class java.lang.Object

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

      • JsonUtils

        public JsonUtils()
    • Method Detail

      • flatten

        public static org.json.JSONObject flatten​(org.json.JSONObject jsonObject)
      • unflatten

        public static org.json.JSONObject unflatten​(org.json.JSONObject flattened)