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
반응형
'Programming > Etc.' 카테고리의 다른 글
[CMake] Ubuntu에 CMake 설치하기 (3) | 2020.01.23 |
---|---|
[git] git push 안될 때 (2) | 2020.01.17 |
[Docker] docker 자주 쓰는 명령어 정리 (0) | 2019.06.15 |
[GitHub] GitHub 에 폴더 올리기 (0) | 2019.05.31 |
[OpenTracing] Jaeger UI를 이용한 분산 추적 (2) (0) | 2018.09.21 |