passkit4j
passkit4j copied to clipboard
NumberField not exporting 0-value with Jackson 2.6.3
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