Unflatten dot-notation JSON. Rebuild a nested JSON object from flat dot-notation keys: {'a.b':1} becomes {a:{b:1}}.