Hacker News new | ask | show | jobs
by throwaway413 770 days 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.

1 comments

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