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

lspace.codec.json.jsonld.package.scala Maven / Gradle / Ivy

The newest version!
package lspace.codec.json

package object jsonld {
  type JsonLDDecoder[T] = jsonld.Decoder[T]
  lazy val JsonLDDecoder = jsonld.Decoder
  type JsonLDEncoder[T] = jsonld.Encoder[T]
  lazy val JsonLDEncoder = jsonld.Encoder
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy