You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
there is string copy operation while we use reader to parse json from std::string. I think it is useless, we can directly use document param, there is no need to copy it.
could someone explain it for me, thanks