fluentassertions.json
fluentassertions.json copied to clipboard
Feature request: Support System.Text.Json(.Nodes)
Currently this extension depends on Newtonsoft.Json. We are using System.Text.Json(.Nodes). It would be a nice addition to have a package that does not rely on Newtonsoft.Json and can do the same assertions.
I think that when we implement this, we should also rename the existing FluentAssertions.Json
package as FluentAssertions.NewtonSoftJson
We're working on this: https://github.com/fluentassertions/fluentassertions/issues/2205