This website requires JavaScript.
Explore
Help
Sign In
go
/
hcl
Watch
2
Star
0
Fork
0
You've already forked hcl
Code
Issues
Pull Requests
Releases
Wiki
Activity
258b8826b3
hcl
/
test-fixtures
/
scientific.json
9 lines
103 B
JSON
Raw
Normal View
History
Unescape
Escape
Support decoding floats, scientific notation for JSON [GH-5]
2014-08-21 18:22:37 +00:00
{
"a"
:
1e-10
,
"b"
:
1e+10
,
all: first stab to full scientific notation support
2014-08-22 08:34:03 +00:00
"c"
:
1e10
,
"d"
:
1.2e-10
,
"e"
:
1.2e+10
,
"f"
:
1.2e10
Support decoding floats, scientific notation for JSON [GH-5]
2014-08-21 18:22:37 +00:00
}
Reference in New Issue
Copy Permalink