js-remapped
js-remapped copied to clipboard
Support dot notation for new key
E.g. a mapping of "geo.latitude": "latitude"
should result in an object like:
{
"geo": {
"latitude": 45.01
}
}
:+1: I'd take a PR for this!