Closed japhb closed 3 years ago
Ping?
Sadly, I don't have write access. Also, maybe write some tests?
Updated with two new commits; one handles general Rationals as if they were FatRat; the other adds simple tests for the new behavior, as @lizmat requested.
@timo Can you take a look?
Ping? :-)
Any Real not specifically handled on another path gets one more shot to successfully jsonify via .Bridge. This allows for instance Duration to encode as a Num and thus do approximately the right thing, within the limits of the JSON data model.