{"id":956,"date":"2022-11-28T10:04:48","date_gmt":"2022-11-28T01:04:48","guid":{"rendered":"https:\/\/java.ihavenomoney.co.kr\/?page_id=956"},"modified":"2022-11-28T10:04:48","modified_gmt":"2022-11-28T01:04:48","slug":"json-model","status":"publish","type":"page","link":"https:\/\/java.ihavenomoney.co.kr\/?page_id=956","title":{"rendered":"json  Model"},"content":{"rendered":"\n<h3 class=\"wp-block-heading\">Remark : Json \ud30c\uc77c\uc744  Model \ud654 \ud558\uae30<\/h3>\n\n\n\n<h3 class=\"wp-block-heading\">1.Json  \ud30c\uc77c\uc744 \ud074\ub798\uc2a4\ud654 \/\/ DTO (Data Transfer Object)<br>\uc0ac\uc774\ud2b8 : <a href=\"https:\/\/json2csharp.com\/code-converters\/json-to-pojo\">https:\/\/json2csharp.com\/code-converters\/json-to-pojo<\/a><\/h3>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"717\" src=\"https:\/\/java.ihavenomoney.co.kr\/wp-content\/uploads\/2022\/11\/image-21-1024x717.png\" alt=\"\" class=\"wp-image-915\" srcset=\"https:\/\/java.ihavenomoney.co.kr\/wp-content\/uploads\/2022\/11\/image-21-1024x717.png 1024w, https:\/\/java.ihavenomoney.co.kr\/wp-content\/uploads\/2022\/11\/image-21-300x210.png 300w, https:\/\/java.ihavenomoney.co.kr\/wp-content\/uploads\/2022\/11\/image-21-768x538.png 768w, https:\/\/java.ihavenomoney.co.kr\/wp-content\/uploads\/2022\/11\/image-21.png 1258w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">2.\uc0d8\ud50c<\/h3>\n\n\n\n<p><\/p>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"lang:java decode:true \" >package com.example.demo;\n\nimport com.google.gson.GsonBuilder;\nimport org.json.simple.JSONObject;\nimport org.json.simple.parser.JSONParser;\nimport org.json.simple.parser.ParseException;\nimport com.google.gson.Gson;\nimport DTO.SampleVo; \/\/DTO class \ub514\ub809\ud1a0\ub9ac \ub530\ub85c \uc9c0\uc815\n\nimport java.io.*;\n\npublic class SamleTest{\n\n    public static void ModelRead() {\n\n        try {\n            JSONParser parser = new JSONParser();\n\n            \/\/ JSON \ud30c\uc77c \uc77d\uae30\n            Reader reader = new FileReader(\"Tel.json\");\n            JSONObject jsonObject = (JSONObject) parser.parse(reader);\n\n            SampleVo sampleVo= new Gson().fromJson(jsonObject.toString(), SampleVo.class);\n\n            Gson gson = new GsonBuilder().setPrettyPrinting().create();\n            String studentJson = gson.toJson(jsonObject.toString());\n            System.out.println(studentJson.toString());\n\n        } catch (FileNotFoundException e) {\n            throw new RuntimeException(e);\n        } catch (IOException e) {\n            throw new RuntimeException(e);\n        } catch (ParseException e) {\n            throw new RuntimeException(e);\n        }\n\n    }\n}<\/pre><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Remark : Json \ud30c\uc77c\uc744 Model \ud654 \ud558\uae30 1.Json \ud30c\uc77c\uc744 \ud074\ub798\uc2a4\ud654 \/\/ DTO (Data Transfer Object)\uc0ac\uc774\ud2b8 : https:\/\/json2csharp.com\/code-converters\/json-to-pojo 2.\uc0d8\ud50c<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-956","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/java.ihavenomoney.co.kr\/index.php?rest_route=\/wp\/v2\/pages\/956","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/java.ihavenomoney.co.kr\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/java.ihavenomoney.co.kr\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/java.ihavenomoney.co.kr\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/java.ihavenomoney.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=956"}],"version-history":[{"count":1,"href":"https:\/\/java.ihavenomoney.co.kr\/index.php?rest_route=\/wp\/v2\/pages\/956\/revisions"}],"predecessor-version":[{"id":957,"href":"https:\/\/java.ihavenomoney.co.kr\/index.php?rest_route=\/wp\/v2\/pages\/956\/revisions\/957"}],"wp:attachment":[{"href":"https:\/\/java.ihavenomoney.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=956"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}