Shortest working example: ``` var test = [{"5.a": 0, "a":1},{"5.a": 2, "a":3}]; dl.summary(test); ```