Newer
Older
pokemon-go-trade / vendor / github.com / hashicorp / hcl / test-fixtures / scientific.json
Simon Lindgren on 12 Feb 2021 103 bytes first commit
{
    "a": 1e-10,
    "b": 1e+10,
    "c": 1e10,
    "d": 1.2e-10,
    "e": 1.2e+10,
    "f": 1.2e10
}