简体   繁体   中英

JSON parser for Java online

Is there a Json - parser for java online that can help me to create Java - objects from Json-string? (I found similar one but there I can translate json-string in Java -objects only if I have url for my json-string)?

Thanks for the link, this should be easy:

Have a look at http://jackson.codehaus.org/

But be sure that you really want to put it into Java objects, because whenever the JSON representation changes, translation will break of course.

QuickType.io is exactly what you're looking for.

For the record, I'm unaffiliated.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM