I am testing my Web API. Mocking the data I have this:
var objs = ((JArray)JsonConvert.DeserializeObject(\"{ \\\"PrintId\\\":10,\\\"Header\\\":\\\"header\\\"
For me I was putting empty string as an object which caused the issue, I switched to "{}" which fixed my issue