Amazonica version 0.3.143. When entering a number larger than Long/MAX_LONG at the frontend, amazonica writes it to the underlying dynamodb. When reading it back, the exception (also pasted in the ...
I'm trying to build my own rough implementation of a jsonrpc library in java and I keep getting a NumberFormatException on a field that is registered as an object - not a number: @JSONField(name = "id ...