Tony

Results 2 comments of Tony

> I'd vote for replacing our recommendation for gson by json-p, although it means that we will have to carry around both for quite a while, I'm afraid... I agree...

I found that there exists a "[JSON-B](http://json-b.net/)" project from [JSR-367](https://jcp.org/en/jsr/detail?id=367). Eclipse has an official implementation and named it [Yasson](https://github.com/eclipse-ee4j/yasson). JSON-B/Yasson is [based on JSON-P](http://www.oracle.com/technetwork/java/javaee/documentation/ee8-release-notes-3894362.html), and it has the functionality to...