JsonScripter.GenerateSchema Method

Definition

Generates a JSON schema for validating the JSON script that JsonScripter can handle.

public static string GenerateSchema ();
static member GenerateSchema : unit -> string
Public Shared Function GenerateSchema () As String

Returns

String

A JSON schema.

Applies to