<?php $json = ' { "responses": [ { "safeSearchAnnotation": { "adult": "VERY_UNLIKELY", "spoof": "VERY_UNLIKELY", "medical": "UNLIKELY", "violence": "LIKELY" } } ] }'; print_r(json_decode($json, true));
You have javascript disabled. You will not be able to edit any code.