fast_jsonapi icon indicating copy to clipboard operation
fast_jsonapi copied to clipboard

Integers and Floats are represented as strings

Open deniciocode opened this issue 5 years ago • 1 comments

All numbers are getting transformed into strings. Is this a common behaviour for numbers or do I need to configure the usage of the gem?

Database value via rails console

image

Json value via postman

image

deniciocode avatar Jul 27 '20 13:07 deniciocode

FYI https://github.com/Netflix/fast_jsonapi/issues/462

davidwparker avatar Aug 03 '20 01:08 davidwparker