jsr-353 Questions
3
Solved
I couldn't find an answer to my question on the net (maybe I did not search well enough, since I am still a novice on this).
Could anyone tell me if Jackson and Gson implement the standard JSR 35...
2
Solved
AS the javax.json docs suggest the way to create a JsonObject is using the provided builders like:
JsonBuilderFactory factory = Json.createBuilderFactory(config);
JsonObject value = factory.creat...
Hydrosome asked 12/3, 2014 at 21:11
2
Solved
I wanted to share my question/answer with using the new JSR-353 which is the Java API for JSON Processing. Specifically you can manipulate JSON data in 2 different "API" the Streaming and the Objec...
Batchelor asked 9/11, 2014 at 21:18
2
I just found out that Jackson does not implement JSR-353 and we already designed the module.. so i am in a desperate hurry to find a replacement of this API to begin working ! :D
I searched...
Cyclopean asked 16/1, 2015 at 13:5
1
© 2022 - 2024 — McMap. All rights reserved.