encoder (1) 썸네일형 리스트형 [ Python ] JSON encoder and decoder PythonJSON encoder and decoder 시작 전 테스트환경 살피기 Time 2017년 09월 07일 OS Virtual Box - Linux(Ubuntu 16.04 LTS) Language Python 2.7 JSON Encoding : 해당 값을 JSON 값으로 변경하기 import jsonjson.dumps( 해당 값 ) import jsondir_message = { 'name' : 'leni' }print json.dumps(dir_message) print json.dumps("string") print json.dumps({"c":0, "b":0, "a":0}, sort_keys=True) Decoding : JSON 값을 원래 형태로 변경하.. 이전 1 다음