Presenting MYSQL nested JSON object with php – CPanel
I have a MYSQL Table stored using 000webhostapp cpanel, here is what it look like. id | name | J_Object --------------------------------------------------------- 1 | deckA | {"type":"A", "ports": {"hdmi": 1, "usb":2}} 2 | deckB | {"type":"B", "ports": {"hdmi": 3, "usb":2}} 3…