Get specific data from a .json file using djs

{
  "name": NAME:,
  "version": VERSION,
}

How would i use javascript to get the data "version" from the .json and store it in a variable?
Was this page helpful?