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/Schema/JsonSchemaConstants.cs')
-rw-r--r--Src/Newtonsoft.Json/Schema/JsonSchemaConstants.cs5
1 files changed, 1 insertions, 4 deletions
diff --git a/Src/Newtonsoft.Json/Schema/JsonSchemaConstants.cs b/Src/Newtonsoft.Json/Schema/JsonSchemaConstants.cs
index 0e9eda1..79fee1e 100644
--- a/Src/Newtonsoft.Json/Schema/JsonSchemaConstants.cs
+++ b/Src/Newtonsoft.Json/Schema/JsonSchemaConstants.cs
@@ -23,10 +23,7 @@
// OTHER DEALINGS IN THE SOFTWARE.
#endregion
-using System;
using System.Collections.Generic;
-using System.Linq;
-using System.Text;
namespace Newtonsoft.Json.Schema
{
@@ -68,7 +65,7 @@ namespace Newtonsoft.Json.Schema
public const string ReferencePropertyName = "$ref";
- public static readonly IDictionary<string, JsonSchemaType> JsonSchemaTypeMapping = new Dictionary<string, JsonSchemaType>()
+ public static readonly IDictionary<string, JsonSchemaType> JsonSchemaTypeMapping = new Dictionary<string, JsonSchemaType>
{
{"string", JsonSchemaType.String},
{"object", JsonSchemaType.Object},