Skip to content

Question about JSONPath #3354

Open
Open
@eddytran01

Description

@eddytran01

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions