If, in your README example, you make `Square` not have any struct fields: ```go type Square struct { } ``` then it will fail to marshal the container: > invalid character '}' looking for beginning of object key string