Closed
Description
The idea is to provide a way for Crow users to set the format of floating-point numbers in the JSON output to best fit their use case.
For example in my case having less significant digits:
- improves readability
- makes the output less sensitive to small changes in computations
- makes diffing outputs for tests more robust
Related: #891