I'm trying to re-use a Json::Value and reassign multiple values to it in a loop so I try to use .clear() at the end to flush everything out, but it is crashing with a heap error. Is this a bug in .clear() or must it be me doing something wrong?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm trying to re-use a Json::Value and reassign multiple values to it in a loop so I try to use .clear() at the end to flush everything out, but it is crashing with a heap error. Is this a bug in .clear() or must it be me doing something wrong?