목록jsonPrettyPrint (2)
투케이2K

[개발 환경 설정] 개발 툴 : AndroidStudio 개발 언어 : Kotlin [소스 코드] // ---------------------------------------------------------------------------------- // TODO [SEARCH FAST] : [VOID] jsonPrettyPrint : json 형식 문자열 데이터 GSON 정렬 출력 // ---------------------------------------------------------------------------------- fun jsonPrettyPrint(json: String): String { /** * // ------------------------------------..

[개발 환경 설정] 개발 툴 : AndroidStudio [소스 코드] // ----------------------------------------------------------------------------------------- // TODO [SEARCH FAST] : [VOID] jsonPrettyPrint : json 형식 문자열 데이터 GSON 정렬 출력 // ----------------------------------------------------------------------------------------- public static String jsonPrettyPrint(String json){ /** * // ------------------------------..