I have a JSON return by a PHP request. The result is:
{"serials":
{"4":
[{"serial":"15990"},{"serial":"16536"}],
"16":
[{"serial":"13841"}]
}
}
Could you please explain me how to read each serial value to show them on html
Kind regards