top | item 40250784

(no title)

throwaway413 | 1 year ago

Has anyone had performance issues using JSONPath? We are processing large pieces of data per request in a node express service and we believe JSONPath is causing our service to lock up and slow down. We’ve seen the issue improve as we have started refactoring out JSONPath usage for vanilla iteration and conditional checks.

There are a lot of factors at play so we can’t quite put our thumb on JSONPath, but it’s the current suspect and curious if others have run into anything similar.

discuss

order

philstu|1 year ago

It would depend far more on the implementation than the concept/spec of JSONPath itself. What implementation are you using?