Skip to content

Instantly share code, notes, and snippets.

@davidnuon
Created October 21, 2018 09:59
Show Gist options
  • Save davidnuon/806618f6a286e5f0cca55eac7695f94e to your computer and use it in GitHub Desktop.
Save davidnuon/806618f6a286e5f0cca55eac7695f94e to your computer and use it in GitHub Desktop.
<?php
$json_content = json_encode(array('content' => 'The post content');
echo '<script> var postObject = "' . $json_content .'"; console.log(postObject); ';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment