Fix dictionary to list coercion (#2091)
* Remove recursive dictionary to list coercion. Before dictionaries that were children of dictionaries would be coerced into a list when the parent was coerced into a list. This was determined to not be the expected behavior, so it has been removed. * Add dict to list coercion test * Maybe fix dict test?
Showing
Please register or sign in to comment