Load multiple concatenated JSON objects from stream

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.

Leave a Comment