Closed prinzdezibel closed 7 years ago
…s escaped.
Contains two fixes:
a) keys with several literal dots did not work previously , e.g. "baz\\.bar\\.foo" b) keys where the backslash itself is escaped were erroneously stripped out completely: "baz\\\\.bar"
Thanks @prinzdezibel, object-mapper@4.2.0 is on npm.
…s escaped.
Contains two fixes:
a) keys with several literal dots did not work previously , e.g. "baz\\.bar\\.foo" b) keys where the backslash itself is escaped were erroneously stripped out completely: "baz\\\\.bar"