You are here: Symbol Reference > Stimulsoft.Base.Json.Schema Namespace > JsonSchemaConstants Class > JsonSchemaConstants Fields > JsonSchemaTypeMapping Field
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
JsonSchemaConstants.JsonSchemaTypeMapping Field
Syntax
C++
C#
Visual Basic
public: IDictionary<string, JsonSchemaType> JsonSchemaTypeMapping = new Dictionary<string, JsonSchemaType> { { "string", JsonSchemaType.String }, { "object", JsonSchemaType.Object }, { "integer", JsonSchemaType.Integer }, { "number", JsonSchemaType.Float }, { "null", JsonSchemaType.Null }, { "boolean", JsonSchemaType.Boolean }, { "array", JsonSchemaType.Array }, { "any", JsonSchemaType.Any } };

This is JsonSchemaTypeMapping, a member of class JsonSchemaConstants.

Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.