I read a couple of similar questions but didn\'t find any one related to JObject. Here\'s the problem: I have a Stream with concatenated JSON objects, i.e:
{
You can do that by setting SupportMultipleContent on JsonReader to true:
Read Multiple Fragments With JsonReader
If there is an issue with using JObject.Load with that setting then use JsonConvert.DeserializeObject instead.