MarcinJuraszek / CloneExtensions

Clone extension method library. Performs fast, deep or shallow clone using simple assignment operations generated by Expression Tree runtime code compilation.
Apache License 2.0
115 stars 30 forks source link

Is cloning supported for Newtonsoft.Json.Linq.JToken ? #38

Open ttandel1 opened 1 year ago

ttandel1 commented 1 year ago

I am trying to clone list of iNewtonsoft.Json.Linq.JToken but its throwing exception "You have to provide initialization expression for Newtonsoft.Json.Linq.JToken.". I am not sure whether is supported to the library.