SchemaGenerator

org.jsonschematools.schema.SchemaGenerator
See theSchemaGenerator companion class

Object responsible for generating JSON schema from a JSON string.

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(json: String): JValue

Generates a JSON schema from a JSON string.

Generates a JSON schema from a JSON string.

Value parameters

json

The JSON string to generate schema from.

Attributes

Returns

The JSON schema as a JValue.