JSON Object
Example of a json object data structure.
{
"experiments": true,
"providers": [
{
"namespace": "hashicorp",
"name": "aws",
"version": "2.0.1"
},
{
"namespace": "hashicorp",
"name": "azure",
"version": "3.4.2"
},
{
"namespace": "hashicorp",
"name": "google",
"version": "1.2.1"
}
]
}Last updated
Was this helpful?