html
<p id="aaa"></p>
js
document.getElementById("aaa").innerText = "입력"
getElementById
js-html id값이 일치하는 태그 연결
대소문자 주의...
innerText
텍스트 가져오거나 변경
json.parse
const jsonObj = JSON.parse(jsonText);
json -> 객체
json.stringfy
const jsonStr = JSON.stringfy(jsonObj);
객체 -> json