Deserialize JSON Array Error (Unexpected Character was encountered)

I was able to resolve the issue.
I missed a “,” in the JSON string. I did not add it. That caused the issue.

Appreciate your help.