OSDN Git Service

new repo
[bytom/vapor.git] / vendor / github.com / hashicorp / hcl / test-fixtures / scientific.json
1 {
2     "a": 1e-10,
3     "b": 1e+10,
4     "c": 1e10,
5     "d": 1.2e-10,
6     "e": 1.2e+10,
7     "f": 1.2e10
8 }