Class JsonUpgradeHelper


  • public class JsonUpgradeHelper
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.codehaus.jettison.json.JSONObject readJson​(java.lang.String resourceName)  
      • Methods inherited from class java.lang.Object

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

      • JsonUpgradeHelper

        public JsonUpgradeHelper()
    • Method Detail

      • readJson

        public static org.codehaus.jettison.json.JSONObject readJson​(java.lang.String resourceName)
                                                              throws java.io.IOException,
                                                                     org.codehaus.jettison.json.JSONException
        Throws:
        java.io.IOException
        org.codehaus.jettison.json.JSONException