The default response for 15.0 and 15.10 is to return an error for dot notation query results that include a list of values.
SET SESSION DOT NOTATION DEFAULT ON ERROR; SELECT CAST('{"a":1,"a":2}' as JSON).a;
Result:
*** Warning: 7548 More than one result per JSON instance found. > *** ERROR MULTI RESULT **