Programming/Etc.
[JSON] JSON 파일 뷰어
꾸준희
2019. 8. 2. 13:13
728x90
반응형
Online JSON Viewer
jsonviewer.stack.hu
이 페이지에 마우스로 json 파일을 잡아다 끌면 내용이 보인다.
그리고 참고로 jq 라는 것을 이용하여 json 의 내용을 다음과 같이 줄바꿈 하여 편집 할 수 있다.
$ jq . person_keypoints_val2017.json > person_keypoints_val2017_jq.json
https://stedolan.github.io/jq/
jq
jq is like sed for JSON data - you can use it to slice and filter and map and transform structured data with the same ease that sed, awk, grep and friends let you play with text. jq is written in portable C, and it has zero runtime dependencies. You can do
stedolan.github.io
jq 이용 참고자료
[Tips] 수신된 데이터를 JSON 형식으로 정렬해주는 프로그램 - jq
● jq jq is a lightweight and flexible command-line JSON processor.응답 값을 JSON으로 보내는...
blog.naver.com
728x90
반응형