Is it possible to process JSON with Java 7 or Java 8 without using 3rd party and without J2EE? I'd like to stick with JDK for a JavaFX desktop application. The only thing regarding JSON I've found so far is in J2EE. But even then it's very cirumstantial to use compared to libraries like gson. I had hopes that there's some implementation that uses JAXB to serialize into JSON instead of XML.
Thank you very much for the information.