03-23-2023, 01:44 AM
@mnrvovrfc to clarify, my library can already do all that parsing,
grymmjack's example is special because it's result is not just an inner part of the JSON structure, but a new structure containing parts of the old structure.
JsonQuery()can be used to find a single inner part of the Json structure.
JsonQueryFrom()does what you're describing and allows you to start a query from an inner part of the Json structure, effectively doing the same as your
SearchFieldbut without having to deal with the strings and start/end locations.
grymmjack's example is special because it's result is not just an inner part of the JSON structure, but a new structure containing parts of the old structure.