[JAVA]JSON<->object 변환 방법(LocalDateTime변환포함)
1. JSON -> Object 아래 형식의 JSON 파일을 Object로 변환 String productConfig = "{ "customerCountry":"kor", "customerCompany":"hmc", "customerName":"hong-gil-dong", "customerEmail":"hong@hanilprotech.com", "customerDepartment":"develop", "hptProgramList": [ { "programName": "program", "startDate" : "2019-03-19", "expireDate" : "2999-03-19", "licenseClass" : "PRO", "version" :"5.0.1.0", "options": 7 } ] }"; ..
2023. 3. 7.