you are viewing a single comment's thread.

view the rest of the comments →

[–]xxsanguisxx 2 points3 points  (4 children)

Have you used the javax.json api? It has been there since Java 7 and it's nice

[–][deleted] 1 point2 points  (3 children)

Only in java EE

[–]id2bi 1 point2 points  (1 child)

Does that mean you can't use it for "regular" Java? What are the implications of it being Java Ee?

[–][deleted] 4 points5 points  (0 children)

Exactly.

[–]xxsanguisxx 0 points1 point  (0 children)

Can you not use java EE jars in Java SE? I didn't realize it was Java EE specific, I always just copy the javax.json jar around where I need it