I'm +1 for jackson. We already use it in wicket-extensions https://github.com/apache/wicket/blob/master/wicket-extensions/src/main/java/org/apache/wicket/extensions/requestlogger/JsonRequestLogger.java#L22
Moreover, I'm personally fine to rely on a 3rd party library for JSON objects. That way you can use the same library back-end side and get the JSON objects back (no deserialization issues, which is not true if a specific JSON lib is front-end side only, like for our JSON internal lib) On Wed, Nov 23, 2016 at 5:16 PM, Martijn Dashorst < martijn.dasho...@gmail.com> wrote: > Another option would be to use jackson and use the JSON classes in > Wicket as API wrappers. > > Martijn >