Mi Lugarcito
Json 파싱관련 유용한 사이트 모음 본문
The JSON Validator
JSONLint is the free online validator and reformatter tool for JSON, a lightweight data-interchange format.
jsonlint.com
jsonschema2pojo
Reference properties For each property present in the 'properties' definition, we add a property to a given Java class according to the JavaBeans spec. A private field is added to the parent class, along with accompanying accessor methods (getter and sette
www.jsonschema2pojo.org
Best JSON Viewer and JSON Beautifier Online
codebeautify.org
JSON Diff - The semantic JSON compare tool
www.jsondiff.com
Convert JSON to Swift, C#, TypeScript, Objective-C, Go, Java, C++ and more • quicktype
{ "people": [ { "name": "Atticus", "high score": 100 }, { "name": "Cleo", "high score": 900 }, { "name": "Orly" }, { "name": "Jasper" } ] } Provide sample JSON files, URLs, JSON schemas, or GraphQL queries.
quicktype.io
'JavaScript' 카테고리의 다른 글
DOM? Document Object Model (0) | 2021.04.10 |
---|---|
JavaScript - Rest Parameter (0) | 2021.04.09 |
JavaScript - Blob(블랍) 이해하기 (0) | 2021.04.02 |
JavaScript - es6.js & es11.js (0) | 2021.03.28 |
JavaScript - 클래스 예제와 콜백 함수 최종 정리 (0) | 2021.03.28 |