It seems like embedded structs don't get properly converted to JS objects -- the anonymous embedded fields aren't promoted to the parent object like I would expect.
Produces this in the console:

The anonymous field appears to be given an empty name.

Bug?
- Augusto