Guest User

Untitled

a guest
Jan 24th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. $file = get_home_path() . '/my-dir/my-stuff.json';
  2. $my_json_list = json_decode(file_get_contents($file), true);
Add Comment
Please, Sign In to add comment