All Downloads are FREE. Search and download functionalities are using the official Maven repository.

json.Json.scala Maven / Gradle / Ivy

There is a newer version: 0.2.3
Show newest version
package json

import com.github.andyglow.jsonschema.{SchemaMacro, TypeSignature, TypeSignatureMacro}

import scala.language.experimental.macros

object Json {

  def schema[T]: Schema[T] = macro SchemaMacro.impl[T]

  def sig[T]: TypeSignature[T] = macro TypeSignatureMacro.impl[T]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy