Mole
76181a8af4
V14: Migrate JsonConfigManipulator to System.Text.Json (#15609)
* Minor cleanup
* Remove old obsoleted property
* Reimplement save connection string
* Remove old method using newtonsoft
* Implement RemoveConnectionStringAsync
* Implement SaveConfigValue
* Implement SaveDisableRedirectUrlTracking
* Cleanup
* Implement SetGlobalIdAsync
* Fix recursive default implementation
* Split manipulating dom and saving json
Otherwise SaveConnectionStringAsync would write twice.
* Add some documentation strings
* Reduce indentation
* Obsolete non-async methods
* Move JsonConfigManipulator to correct namespace and make it internal