Your ‘JSON Stream’ has to be a JSON array, for it to contain multiple elements.
In that case, you can try to remove the opening [
, and try to parse the rest as separate JSON objects, maybe.
Your ‘JSON Stream’ has to be a JSON array, for it to contain multiple elements.
In that case, you can try to remove the opening [
, and try to parse the rest as separate JSON objects, maybe.