Hey Chris (Howes), I think you use Minilang a lot, so I really need your advice.
Currently, <if-empty field-name="someMap"> returns false even if "someMap" contains keys pointing to empty values. See Java method ObjectType.isEmpty(Object value) where value is a java.util.Map.
Do you think we should add an attribute say "deep-test" (true/false value)? I handle nested maps a lot, since it's more organized (structured) that way. Jonathon
