Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/Newtonsoft.Json.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Src/Newtonsoft.Json/JsonArrayAttribute.cs')
-rw-r--r--Src/Newtonsoft.Json/JsonArrayAttribute.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/Src/Newtonsoft.Json/JsonArrayAttribute.cs b/Src/Newtonsoft.Json/JsonArrayAttribute.cs
index 64a5d02..7720fd5 100644
--- a/Src/Newtonsoft.Json/JsonArrayAttribute.cs
+++ b/Src/Newtonsoft.Json/JsonArrayAttribute.cs
@@ -24,9 +24,6 @@
#endregion
using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
namespace Newtonsoft.Json
{