Current approach of this library for paths is to search for all paths members occurence and map results to an array. I switched to your library from jackson-js library, where providing multiple paths would result in finding existing key in JSON and assigning the value to the property. I wonder if this would be a good idea to add alternative paths to this library too?
Current approach of this library for
pathsis to search for allpathsmembers occurence and map results to an array. I switched to your library from jackson-js library, where providing multiple paths would result in finding existing key in JSON and assigning the value to the property. I wonder if this would be a good idea to add alternative paths to this library too?