Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure that JsonHelper.FindChangedFields does not return BigInteger
Big integer is not supported in json becuase it serialized on the usless form {"IsPowerOfTwo":true,"IsZero":false,"IsOne":false,"IsEven":true,"Sign":1}
- Loading branch information