Skip to content

Instantly share code, notes, and snippets.

View nervoustwit's full-sized avatar

Patrick Kelly nervoustwit

View GitHub Profile
/**
Just familiarizing myself with Gists
**/
$jsonArray = '["Dave": {"lastname":"Johnson", "age":39, "province":"QC"}]';
$data = json_decode($jsonArray, true);