System.Text.Json serializer issues

I don’t see System.text.json being used for the serializer in any of the examples. I believe the default serializer is JSON.NET

There’s a thread here Use System.Text.Json as DefaultSerializer?

Usually what helps for debugging is the code and the documents. And the EditableProfile and Profile classes.