StubbleOrg / Stubble

Trimmed down {{mustache}} templates in .NET
Other
402 stars 58 forks source link

IsTruthy may need to be implemented for explicit cases #1

Closed Romanx closed 9 years ago

Romanx commented 9 years ago

IsTruthy could be incorrect for certain implementations of the interface such as JToken which implements IEnumerable and can have a value but not contain child elements which would cause IEnumerable to be falsey.

It may be worth adding a registry to this so you can override or add to this much like the other planned extensions.