[python] JSON (JavaScript Object Notation) 파일 읽기 By Unknown on 11월 20, 2017 in 출처: https://godoftyping.wordpress.com/2017/05/27/python-json-javascript-object-notation/ JSON 인코딩(encoding) 보기 좋게 출력하려면 아래와 같이 indent 인자값을 추가하면 된다. (디버깅을 위한 용도로만 사용하자.) JSON 디코딩(decoding) 출처: https://godoftyping.wordpress.com/2017/05/27/python-json-javascript-object-notation/ Tweet