Mi Lugarcito

Json 파싱관련 유용한 사이트 모음 본문

JavaScript

Json 파싱관련 유용한 사이트 모음

selene park 2021. 4. 7. 16:31

json.parser.online.fr/

jsonlint.com/

 

The JSON Validator

JSONLint is the free online validator and reformatter tool for JSON, a lightweight data-interchange format.

jsonlint.com

www.jsonschema2pojo.org/

 

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

 

codebeautify.org/jsonviewer

 

Best JSON Viewer and JSON Beautifier Online

 

codebeautify.org

www.jsondiff.com/

 

JSON Diff - The semantic JSON compare tool

 

www.jsondiff.com

quicktype.io/

 

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