Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save uglyeoin/cb696e7a6bf86b0289ec7f5e66e2103d to your computer and use it in GitHub Desktop.
Save uglyeoin/cb696e7a6bf86b0289ec7f5e66e2103d to your computer and use it in GitHub Desktop.
$reviews = "";// some array
$jsonData = json_encode($reviews, JSON_PRETTY_PRINT);
echo "<script>console.log('Reviews Data:', " . $jsonData . ");</script>";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment