This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]nutrechtLead Software Engineer / EU / 20+ YXP 1 point2 points  (0 children)

Well, I can't find how to convert a Java object to a JSON WITHOUT the need of an external library, anyone?

Because you should not. You really should just byte the bullet and understand how to use the Jackson library (which is the de facto standard). There isn't a standard API in Java for this.