Last active
January 30, 2020 09:38
-
-
Save aliaramli/0365f1cc0687c8a77b1c4171d3054fe0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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