Object JsonUtils

  • All Implemented Interfaces:

    
    public class JsonUtils
    
                        

    JSON相关工具类

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static JsonUtils INSTANCE
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static HashMap<String, String> toMap(String string) String 转 HashMap<String, String>
      final static HashMap<String, Integer> toStringIntMap(String string) String 转 HashMap<String, Int>
      final static String toString(Map<?, ?> map) Map<*, *> 转 String
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait