Javascript Tutorial 4: Coding Class Penang

Javascript Tutorial 4: Coding Class Penang

Let’s explore JSON file structure and how you can retrieve information from a JSON format. Lets look at the code below. Json array can store different type of data
  • Strings: Like names, titles, or descriptions.
  • Numbers: Like ages, prices, or quantities.
  • Booleans: True or False values.
  • Objects: Groups of key-value pairs for more complex data.
  • Other arrays: You can even nest arrays inside each other!
Here is the output of when we try to retrieve the JSON Array. Hope this helps you to understand a bit of JSON Array
Related Posts
Leave a Reply

Your email address will not be published.Required fields are marked *