preserve float formatting when pretty formatting

This commit is contained in:
Xnot 2023-01-18 07:14:47 +00:00
parent 5191f112df
commit 6d80bf563e
3 changed files with 79 additions and 1 deletions

View file

@ -0,0 +1,12 @@
{
"exponential": 1e9,
"high_precision": 4.4257052820783003,
"list": [
1e9,
4.4257052820783003
],
"mapping": {
"exponential": 1e9,
"high_precision": 4.4257052820783003
}
}