Merge Simpsonblog.letsdev.me·Nov 18, 2023응답이 변칙적이에요? 응답하라, 변칙 Response Body. Spring Boot API🇰🇷 Kor: 지금 보는 중!🗺 Eng: Not yet!🇯🇵 Jap: まだです。 API 데이터 입출력 여기 API 요청과 응답을 표현한 작은 그림이 있습니다. 웹 표준이 XML이고 뭐고, 우리는 어차피 JSON 양식으로 데이터를 주고 받는 편입니다. JSON은 자바스크립트 객체의 모습을 띤 문자열 데이터로, 읽기 쉬우면서도 여러 환경에서 쉽게 호환되는 양식이기 때문에 여러 곳에서 선호하거든요. 스프링 부트에서는 이 JSON 문자열...47 readsjson include
Ahrooranahrooran.hashnode.dev·May 13, 2023Parsing Unstructured JSONIntroduction JSON, or JavaScript Object Notation, is a lightweight data-interchange format that is easy for both humans and machines to read and write. It is based on a subset of the JavaScript programming language, and is quickly becoming the de fac...734 readsjson