QuestionQ1
701.1 Modern Software DevelopmentWhich of the following data structures represents a JSON array?
- A {"data":<one=1><two=2>}
- B {"data":"one", "two"}
- C {"data":"1";"data":+"2"}
- D {data:{one:1,two:2}}
- E {"data":["one","two"]}
Which of the following data structures represents a JSON array?
Community Discussion