systelab / systelab-cpp-doc

Umbrella project for C++ Development
0 stars 0 forks source link

Range based loops on JSON adapter #20

Open joaquimvila opened 3 years ago

joaquimvila commented 3 years ago

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

joaquimvila commented 3 years ago

Added issue on cpp-rapidjson-json-adapter repository to trace this change: link