IntelliTect / TestTools

A collection of tools for aiding in test automation
MIT License
10 stars 7 forks source link

Convert to using System.Text.Json instead of Newtonsoft #62

Closed PandaMagnus closed 3 years ago

qtuu commented 3 years ago

i would like to take a stab at this.

PandaMagnus commented 3 years ago

Started using this at a client site today. Had to re-wrap the serialization in a try/catch for a quick-fix (long story short, at this client I have to hand a HttpClient around, which understandably does not get converted to JSON well :) .) Not sure if that's the right answer long-term, but I think for the purposes of this specific issue we can close this and address any other changes in a future issue.