For when you have incomplete JSON strings like:
{"Fault":
{"faultcode": "StartTransmissionFail",
"faultstring": {"content": "Internal Error"
Given an incomplete JSON-encoded string, attempts to complete it with the missing "
, }
and ]
characters necessary for it to be valid.