Closed noodlecollie closed 2 years ago
This PR fixes https://github.com/jorgen/json_struct/issues/24 where the recursive call to skipArrayOrObject() was not performed correctly, resulting in push/pop for arrays and objects becoming mismatched under certain circumstances.
skipArrayOrObject()
This PR fixes https://github.com/jorgen/json_struct/issues/24 where the recursive call to
skipArrayOrObject()
was not performed correctly, resulting in push/pop for arrays and objects becoming mismatched under certain circumstances.