Is your feature request related to a problem?
Iterating through object members or array values in JSON adapter library can't be done using range based loops.
Describe the solution you'd like
Implementing begin() / end() iterator methods in adapter, so iterating using range based loops can be supported.
Additional context
Notice this should affect 2 repositories: interface and RapidJSON implementation
Is your feature request related to a problem? Iterating through object members or array values in JSON adapter library can't be done using range based loops.
Describe the solution you'd like Implementing begin() / end() iterator methods in adapter, so iterating using range based loops can be supported.
Additional context Notice this should affect 2 repositories: interface and RapidJSON implementation