I would like to parse JSON-like strings. Their lone difference with normal JSON is the presence of contiguous commas in arrays. When there are two such commas, it i
Small & simple workaround to try out:
Let JSONDecoder(), do the heavy lifting.
(And if converting to string is impractical, update your question with this info!)