converts dot notation objects to bracket notation
npm install dots2brackets
will be converted to
data['example']['12345']['title']
var dots2brackets = require('dots2brackets'), varName = dots2brackets('data.example.12345.title');