Currently, tim throws an exception that {{property}} not closed when it encounters a null value. This is because the typeof null === "object" and it is assuming this is an object.
Either nulls should be ignored, or the error message should be more clear.