Skip to content

how to find subelement without loop #1490

Description

@bnadem

i hae normal json file structure like

{
"element" :{
"test":"test",
"subelement": {
      "subsubelemnt1":"githu",
        "subsubelemnt2":"githu",
         "subsubelemnt3":"githu",
          "subsubelemnt4":"githu",

}
}
}

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 develop branch?

  • If you experience a compilation error: can you compile and run the unit tests?

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

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions