Skip to content

Instantly share code, notes, and snippets.

@HelgeSverre
Created January 31, 2017 21:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HelgeSverre/5b0236b3d18f38e9c46a1a1da040e4ef to your computer and use it in GitHub Desktop.
Save HelgeSverre/5b0236b3d18f38e9c46a1a1da040e4ef to your computer and use it in GitHub Desktop.
<?php
$anArray = [
"stuff" => "stuff",
"stuff2" => "stuff",
"stuff3" => "stuff",
"stuff4" => "stuff",
];
json_encode($anArray);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment