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.
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.