1

My JSON look like this

{
 "type":"row",
 "data":[
    ["polimi","100"]
  ]
}

And I would like to know how many keys/attributes the object "data" has through a PHP function if it does exist any.. In this case for example there are 2 attributes in data object

0 Answers0