js-remapped icon indicating copy to clipboard operation
js-remapped copied to clipboard

Support dot notation for new key

Open KyleAMathews opened this issue 8 years ago • 1 comments

E.g. a mapping of "geo.latitude": "latitude" should result in an object like:

{
  "geo": {
    "latitude": 45.01
  }
}

KyleAMathews avatar Nov 09 '15 20:11 KyleAMathews

:+1: I'd take a PR for this!

tkellen avatar Nov 09 '15 20:11 tkellen