[13.0] base_jsonify: fix rounding for float fields
use precision defined on fields for data preparing before data "13.95" returned as "13.950000000000001"
side effect now it returned as a string
@simahawk can you give an opinion on this change
side effect now it returned as a string
this is a problem. It will change the behavior in maaaany places. I'd make this conditional or convert it back to number.
@simahawk updated
@i-vyshnevska Fix after your rebase: https://github.com/i-vyshnevska/server-tools/pull/1
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. If you want this PR to never become stale, please ask a PSC member to apply the "no stale" label.