clio
clio copied to clipboard
Add floating point time values support to Config
We have a few place where we read seconds and milliseconds from float in json. It would be convenient to be able to parse it inside config class and don't duplicate conversion logic.
This may overlap with config refactorings @PeterChen13579