Home | w3Schools.com | Dojo Toolkit Next

Hard Coded Json Object (1)





This text should be replaced by the processed JSON read from the remote file: hardcoded_json_file.json when you click the button.

The content of the remote file (hardcoded_json_file.json) is an java script array object in JSON format, and looks like this (most simple format):

      [
      {name:"Gary", age:"24"},
      {name:"Shane", age:"29"},
      {name:"Kay", age:"54"},
      {name:"Sarah", age:"30"},
      {name:"Jerry", age:"56"}
      ]
      
See more JSON formats here: json.org/example.html | Dojo toolkit
      {'identifier': 'name',
      'label': 'name',
      'items': [
        {name:"Gary", age:"24"},
        {name:"Shane", age:"29"},
        {name:"Kay", age:"54"},
        {name:"Sarah", age:"30"},
        {name:"Jerry", age:"56"}
      ]}