Import-with passing object property

Simple question: Is the import with option supported when passing the property of an object?

See: Importing with Object Property / Mario Delgado / Observable

Interesting! That seems to be an assumption in the parser that this has to be a cell name rather than just any JavaScript object. As a workaround, you can assign the property to another object and use that.