Utf8Json serializer custom formatter not working
I want to make custom formatter for utf8json serializer. Functionality is that if string property has value “null” it should deserialize it as null. And formatter should be enabled globally so i do not have to call it on every deserialization.