passkit4j icon indicating copy to clipboard operation
passkit4j copied to clipboard

NumberField not exporting 0-value with Jackson 2.6.3

Open nlang opened this issue 8 years ago • 0 comments

If a NumberField is given the value 0 the exported pass has no "value" field in pass.json for that NumberField and therefore breaks the pass. I use Jackson 2.6.3 beacause I use passkit4j in combination with Dropwizard.

This is the related Jackson issue: Issue 849 of FasterXML/jackson-databind

nlang avatar Mar 10 '16 08:03 nlang