summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/hashicorp/hcl/test-fixtures/scientific.json
blob: c1fce3c9d96f32ddb666c399f674d88caaf9974e (plain)
1
2
3
4
5
6
7
8
{
    "a": 1e-10,
    "b": 1e+10,
    "c": 1e10,
    "d": 1.2e-10,
    "e": 1.2e+10,
    "f": 1.2e10
}