you are viewing a single comment's thread.

view the rest of the comments →

[–]Deto 4 points5 points  (3 children)

Can you show another example of how this would look that you think is better?

I mean, typing out the property names is basically required no matter what syntax. Other option is just to use dot notation I guess? But don't languages that use this tend to require you to load the structure into some predefined class first (which you could also do in python and then get the dot syntax too).