Etc

Json 포맷 변환

projin 2021. 1. 7. 09:05

텍스트를 Json 포맷으로 변경하거나, Json 포맷을 html, xml, csv 포맷으로 변경하거나 또는 java object 또는 C# obejct로 정의해서 사용할 필요가 있을 때, 자동으로 covert해주는 사이트입니다.

 

1. Convert Json to C# Classes

https://json2csharp.com/

 

2. Convert your JSON to CSV or TSV formatted data.

https://csvjson.com/json2csv

 

3. Convert your JSON to html

https://json.bloople.net/

 

4. JSON to XML and XML to JSON converter utility

https://esstudio.site/json2xml/

 

5. JSON to table

http://json2table.com/#

 

6. generate TypeScript interfaces from JSON

http://json2ts.com/

 

7. Generate Plain Old Java Objects from JSON or JSON-Schema

http://www.jsonschema2pojo.org/

 

8. ObjGen - Live Code Generation for the Web (텍스트를 JSON 포맷으로 쉽게 만들어주는 사이트)

https://beta5.objgen.com/json?demo=true

 

9. Convert JSON into gorgeous, typesafe code in any language. 다양한 언어로 변환활 수 있는 사이트

https://app.quicktype.io/

 

 

JSON2XML

XML to JSON (and back) A Simple to use JSON to XML and XML to JSON converter utility. You are free to use the code in your own codebase: obj2xml.js

esstudio.site