Closed YuriGor closed 5 years ago
Escaping of "
symbol with \"
added. This still will not work with Lodash get/set/has, but correct javascript code will be generated at least.
Also added eachDeep
option pathFormat
. It's a 'string' by default, and also can be 'array'.
Also, function pathToString
added to convert from an array to string.
pathFormat
option added to filterDeep
too.
Actually escaped paths work in Lodash too! Here is the test
I feel the possibility of incorrect path generation.