-
-
Notifications
You must be signed in to change notification settings - Fork 7.5k
how to find subelement without loop #1490
Copy link
Copy link
Closed
Labels
kind: questionsolution: proposed fixa fix for the issue has been proposed and waits for confirmationa fix for the issue has been proposed and waits for confirmation
Description
Activity
Metadata
Metadata
Assignees
Labels
kind: questionsolution: proposed fixa fix for the issue has been proposed and waits for confirmationa fix for the issue has been proposed and waits for confirmation
i hae normal json file structure like
want to find "subelement2" or"subelement""subelement2" without looping, is there function like find , exist, contain without iterating?
What is the issue you have?
Please describe the steps to reproduce the issue. Can you provide a small but working code example?
What is the expected behavior?
And what is the actual behavior instead?
Which compiler and operating system are you using? Is it a supported compiler?
Did you use a released version of the library or the version from the
developbranch?If you experience a compilation error: can you compile and run the unit tests?