Class JsonSchemaTypeUtil
Inheritance
JsonSchemaTypeUtil
Assembly: Glitch9.IO.dll
Syntax
public static class JsonSchemaTypeUtil
Fields
|
Edit this page
View Source
Array
Declaration
public const string Array = "array"
Field Value
|
Edit this page
View Source
Boolean
Declaration
public const string Boolean = "boolean"
Field Value
|
Edit this page
View Source
Integer
Declaration
public const string Integer = "integer"
Field Value
|
Edit this page
View Source
Null
Declaration
public const string Null = "null"
Field Value
|
Edit this page
View Source
Number
Declaration
public const string Number = "number"
Field Value
|
Edit this page
View Source
Object
Declaration
public const string Object = "object"
Field Value
|
Edit this page
View Source
String
Declaration
public const string String = "string"
Field Value
Methods
|
Edit this page
View Source
ConvertType(Type)
Declaration
public static JsonSchemaType ConvertType(Type type)
Parameters
| Type |
Name |
Description |
| Type |
type |
|
Returns
|
Edit this page
View Source
GetValue(JsonSchemaType, TextCase)
Declaration
public static string GetValue(JsonSchemaType type, TextCase stringCase)
Parameters
Returns
|
Edit this page
View Source
Parse(string)
Declaration
public static JsonSchemaType Parse(string typeString)
Parameters
| Type |
Name |
Description |
| string |
typeString |
|
Returns