Open
Description
Hi team,
I wonder if JSONPath is thread-safe and able to extract from different JSONReader concurrently? Something like
JSONPath path = JSONPath.of("id");
// multi-thread code here
path.extract(reader1);
path.extract(reader2);
path.extract(reader3);
...
path.extract(reader1000);
Thank you.
Metadata
Metadata
Assignees
Labels
No labels
Activity