fix: removed Newtonsoft.JSON full and aliases

This commit is contained in:
Nick Genovese
2023-11-08 10:27:31 -05:00
parent beb8e533bb
commit aa0e4b707c
24 changed files with 50 additions and 163 deletions

View File

@@ -1,16 +1,10 @@
extern alias Full;
using System;
using System.Text;
using System;
using Crestron.SimplSharp; // For Basic SIMPL# Classes
using Crestron.SimplSharp.CrestronIO;
using Crestron.SimplSharp.Net;
using Crestron.SimplSharp.Net.Http;
using Crestron.SimplSharp.Net.Https;
using Full.Newtonsoft.Json;
using Full.Newtonsoft.Json.Linq;
using PepperDash.Core;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using PepperDash.Core.JsonToSimpl;