We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cdadb4 commit 190f190Copy full SHA for 190f190
tests/test_json_in_json.nim
@@ -31,5 +31,4 @@ block:
31
block:
32
# https://github.com/treeform/jsony/issues/30
33
let s = r"""[9e-8]"""
34
- echo fromJson(s)
35
- doAssert $fromJson(s) == "[9e-008]"
+ doAssert fromJson(s)[0].getFloat() == 9e-8
0 commit comments