Registry / serialization / akka-http-spray-json-experimental-2-11

akka-http-spray-json-experimental-2-11

JSON →
library2.4.11javamavenunverified

Experimental module for Akka HTTP providing Spray JSON serialization support.

<dependency> <groupId>com.typesafe.akka</groupId> <artifactId>akka-http-spray-json-experimental_2.11</artifactId> <version>2.4.11</version> </dependency>
INSTALL
IMPORT
SIG · AKKA-HTTP-SPRAY-JS
A
akka-http-spray-json-experimental-2-11
serializationjavav2.4.11
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SprayJsonSupport
akka.http.scaladsl.marshallers.sprayjson.SprayJsonSupport

Minimal usage of Akka HTTP Spray JSON support

import akka.http.scaladsl.marshallers.sprayjson.SprayJsonSupport import spray.json.DefaultJsonProtocol object Example extends App with SprayJsonSupport with DefaultJsonProtocol { case class Person(name: String, age: Int) implicit val personFormat = jsonFormat2(Person) }
Debug
Known issues
breakingThis module is experimental and may break binary compatibility in minor releases.
fix
Pin to a specific version and test thoroughly before upgrading.
affects: >=2.4.0
Upgrade
Version history
2.4.11latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
30 hits · last 30 days
node
26
OpenAI (training)
1
Resources
akka-http-spray-json-experimental-2-11 — mvn dependency:get akka-http-spray-json-experimental-2-11 · libregistry