Closed joedevivo closed 11 years ago
if your mapping is hey.$name, and your $name is "steve.vinsoki" this thing won't work.
What's worse, if you define key.$name.attribute and you want name to equal "steve.attribute" it'll match on the wrong thing.
dat delimiter.
Dots in a key will now work with a "\" escape char.
e.g. key.$name.attribute -> key.steve.vinoski.attirbute will match "steve.vinoski" to $name.
if your mapping is hey.$name, and your $name is "steve.vinsoki" this thing won't work.
What's worse, if you define key.$name.attribute and you want name to equal "steve.attribute" it'll match on the wrong thing.
dat delimiter.