toban
11/26/2019, 2:57 PM"amount":10.99
. How would i serialize a BigDecimal
or String
representation to a JSON number without any intermediate conversion to a floating point number?jimn
11/29/2019, 1:26 AMtoban
11/29/2019, 1:16 PMunquoted
flag to true in JsonConfiguration
. However I still want the key to be quoted, so that’s a problem.jimn
11/30/2019, 6:20 AMsandwwraith
12/02/2019, 9:27 AM