<?php $json = '{ "user1": "12", "sad sad":"23" }'; $decoded = json_decode($json); foreach($decoded as $key => $value){ echo 'Key: ' . $key . ' And value is ' . $value; }
You have javascript disabled. You will not be able to edit any code.