fromJson($value) $value: json string to be converted to array format
fromJson('{"name":"foo"}'); //['name'=>'foo']