Stef Heyenrath
Stef Heyenrath
Closing this issue.
@rdeharo Is this question still relevant to you? else I'll close it.
https://github.com/zzzprojects/System.Linq.Dynamic.Core/pull/731
I was more thinking in this direction: Use it: ``` c# var array = JArray.Parse(@"[ { ""first"": 1, ""City"": ""Paris"", ""third"": ""test"" }, { ""first"": 2, ""City"": ""New York"", ""third"":...
Will be solved by https://github.com/zzzprojects/System.Linq.Dynamic.Core/issues/789
@frankiDotNet Is this issue still relevant to you, if so, can you provide a full working dotnetfiddle? Else I'll close this.
@igitur @justinushermawan This will be supported in the next version by setting a config setting (`ConvertObjectToSupportComparison`) to `true`. The next code will work: ``` c# class Person { public string...