I have read this question and this one about AddJsonOptions in older version (2.0 and 2.1 respectively).
I'm Using Asp.net Core 2.2 but there is not such method of AddJsonOptions under services. I also checked the documentation for asp.net core 2.1 where exist the MvcJsonOptions and AddJsonOptions for Core 2.1 but when changing it to version 2.2 it states there is no such page for that version.
Does anyone know where is gone this Service?