Rendering to html is great for fast prototyping but, is there a way to export the json file?
Additionally, in the long run, I would consider replacing newtonsoft with the new System.Text.Json; it's fast and it's integrated within the core libraries, which helps preventing package versioning fights.
Rendering to html is great for fast prototyping but, is there a way to export the json file?
Additionally, in the long run, I would consider replacing newtonsoft with the new System.Text.Json; it's fast and it's integrated within the core libraries, which helps preventing package versioning fights.