Skip to content

Instantly share code, notes, and snippets.

@aliaramli
Last active January 30, 2020 09:38
Show Gist options
  • Save aliaramli/0365f1cc0687c8a77b1c4171d3054fe0 to your computer and use it in GitHub Desktop.
Save aliaramli/0365f1cc0687c8a77b1c4171d3054fe0 to your computer and use it in GitHub Desktop.
//javascript
var developer = <?php echo $parsed_array_to_json; ?>;
//access the value.
console.log(developer.name, developer.age, developer.job);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment