Open ItsLofus opened 7 years ago
Shouldn't using Newtonsoft.json; in some of the first examples be Newtonsoft.Json?
using Newtonsoft.json;
Newtonsoft.Json
I get DNE errors otherwise
Shouldn't
using Newtonsoft.json;
in some of the first examples beNewtonsoft.Json
?I get DNE errors otherwise