{"f": 4, "a.b.c": 1, "a.b.d": 2, "a.e": 3, "d.1":"5"} ==可否实现转成==> {"a":{"b":{"c":1, "d":2}, "e": 3}, "f": 4, "d":[None, 5]}