JSON Array

Example of a json array data structure.

[
  {
    "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?