jsjolen / smallest-java-ci

CI that we made for edu. purposes.
0 stars 0 forks source link

JSON in Jetty #3

Open jsjolen opened 5 years ago

jsjolen commented 5 years ago

Since we will be dealing with JSON it's good to know how to parse it into Java data and vice versa.

Jetty includes support for this, see: http://www.eclipse.org/jetty/javadoc/current/org/eclipse/jetty/util/ajax/JSON.html

Right now we're on an old version of Jetty, we might want to consider updating.