Saturday, February 15, 2020

Nested JSON Array

https://www.w3schools.com/js/js_json_arrays.asp

{
  "name":"John",
  "age":30,
  "cars":
  [
    { "name":"Ford", "models":[ "Fiesta", "Focus", "Mustang" ] },
    { "name":"BMW", "models":[ "320", "X3", "X5" ] },
    { "name":"Fiat", "models":[ "500", "Panda" ] }
  ]
 }

No comments:

Post a Comment

JMeter Simple Controller

  Simple Controller is just a  container  for user request.