Reliance on Converto / Newtonsoft.Json #100
Labels
good first issue
Good for newcomers
refactoring
Improve source code which is not related to any bug or feature
Hi,
I just ported this awesome library to Unity (and works like a charm so far) but was hoping to further remove the dependence on Converto for (IsDeepEqual calls) which in turn depends on outdated version of Newtonsoft.Json. My question: if my state is a record, so I know the comparisons are deep, can this code be simplified to not rely on IsDeepEqual?
The text was updated successfully, but these errors were encountered: