简体   繁体   English

用于Java的JSON解析器在线

[英]JSON parser for Java online

Is there a Json - parser for java online that can help me to create Java - objects from Json-string? 是否存在用于Java在线的Json-解析器,可以帮助我从Json-string创建Java-对象? (I found similar one but there I can translate json-string in Java -objects only if I have url for my json-string)? (我发现了类似的东西,但是只有在我的json-string有url的情况下,我才能在Java -objects中转换json-string)?

Thanks for the link, this should be easy: 感谢您的链接,这应该很容易:

Have a look at http://jackson.codehaus.org/ 看看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. 但是请确保您确实要将其放入Java对象中,因为每当JSON表示更改时,转换当然都会中断。

QuickType.io is exactly what you're looking for. QuickType.io正是您要找的东西。

For the record, I'm unaffiliated. 出于记录,我没有任何隶属关系。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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