Closed ddliu closed 10 years ago
According to the Mustache spec, the dot notation should be available.
Hello {{person.name}}
Other Mustache implements such as mustache.js have already done the job.
I've achieved the feature in the lookup function, and added some tests from the spec
lookup
Yay!
According to the Mustache spec, the dot notation should be available.
Other Mustache implements such as mustache.js have already done the job.
I've achieved the feature in the
lookup
function, and added some tests from the spec