This repository has been archived on 2019-06-23. You can view files and clone it, but cannot push or open issues or pull requests.
mumbledj/vendor/github.com/hashicorp/hcl/test-fixtures/scientific.json
2016-06-20 17:50:40 -07:00

9 lines
103 B
JSON

{
"a": 1e-10,
"b": 1e+10,
"c": 1e10,
"d": 1.2e-10,
"e": 1.2e+10,
"f": 1.2e10
}