read(); if ($str) { try { return json_decode($str, $assoc, $depth, JSON_THROW_ON_ERROR); } catch (\JsonException $e) { throw new \RuntimeException('Reading JSON failed', 0, $e); } } } }