jackson-javax-json icon indicating copy to clipboard operation
jackson-javax-json copied to clipboard

A Jackson-powered implementation of JSR353

Results 4 jackson-javax-json issues
Sort by recently updated
recently updated
newest added

In JSR 353, the JsonObject#getString(String name, String defaultValue) method returns defaultValue if the value associated with name in the source JSON is null, e.g. { "foo": null }. In this...

The Javax-json API was updated to 1.1, with feature addition of JsonDiff, JsonPatch and JsonPointer. Also, this new version now requires java 8. Project should be updated with the new...

The final jar is supposed to have a file named `META-INF/services/javax.json.spi.JsonProvider` containing only ``` com.github.pgelinas.jackson.javax.json.spi.JacksonProvider ``` I know you've described a way to do it manually in the main page,...

Version: 0.9.0 from maven JAR It would be good to throw a more descriptive exception when someone tries to write to a JsonGenerator instance after closing it. Here's a test...