Skip to content

Instantly share code, notes, and snippets.

@cmouse
Created June 2, 2013 15:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cmouse/5693866 to your computer and use it in GitHub Desktop.
Save cmouse/5693866 to your computer and use it in GitHub Desktop.
k=0;
for(rapidjson::Value::ConstValueIterator itr = parameters["nsset"].Begin(); itr != parameters["nsset"].End(); itr++) {
k++;
for (rapidjson::Value::ConstMemberIterator itr2 = itr->MemberBegin(); itr2 != itr->MemberEnd(); itr2++) {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment