Package com.hw.openai.utils
Class JsonUtils
java.lang.Object
com.hw.openai.utils.JsonUtils
- Author:
- HamaWhite
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> T
convertFromJsonStr
(String jsonStr, Class<T> clazz) static String
toJsonStringWithIndent
(Object object) static String
toJsonStringWithIndent
(Object object, int indent)
-
Method Details
-
toJsonStringWithIndent
-
toJsonStringWithIndent
-
convertFromJsonStr
-