How to build JSON with JavaScript vR Orchestrator

Introduction to JSON JSON = JavaScript Object Notation The JSON syntax is derived from JavaScript object notation syntax: curly Braces hold objects { <object> } Data is in name/value pairs “name”:”value” Data is separated by commas <data>, <data> Square brackets hold arrays “arrayname” [ <data> ] Example: { “Name”: “VM01”, …