I think this was introduced as part of using the iiif-net library, which uses Newtonsoft, compared to system.text.json, which necessitated adding Newtonsoft to Program.cs.
This has meant the project is using Newtonsoft over System.Text.Json
current issues:
adding both causes Netwonsoft to take precedence
using purely System.Text.Json causes collections to not be displayed properly in the hierarchical view
I think this was introduced as part of using the iiif-net library, which uses Newtonsoft, compared to system.text.json, which necessitated adding Newtonsoft to
Program.cs
.This has meant the project is using Newtonsoft over System.Text.Json
current issues: