Validate Json

PHOTO EMBED

Mon Jan 10 2022 12:06:29 GMT+0000 (Coordinated Universal Time)

Saved by @xorbert #php

$data=json_decode($json,true);
if ($data === null && json_last_error() !== JSON_ERROR_NONE) { //error }
content_copyCOPY