Given an object like this:
{ name: \"joe\" }
I want to get the value \"name\". I know I can use the for construct to iterate over the prope
Why not iterate? It's just one step. I don't think you can get it in any other way. You can even break after the first step if it makes you feel better.