tests


License

License

MIT
Categories

Categories

JSON Data
GroupId

GroupId

io.laserdisc
ArtifactId

ArtifactId

scanamo-json-tests_2.13
Last Version

Last Version

1.0.9
Release Date

Release Date

Type

Type

jar
Description

Description

tests
tests
Project URL

Project URL

https://github.com/laserdisc-io/scanamo-json
Project Organization

Project Organization

io.laserdisc
Source Code Management

Source Code Management

https://github.com/laserdisc-io/scanamo-json

Download scanamo-json-tests_2.13

How to add to project

<!-- https://jarcasting.com/artifacts/io.laserdisc/scanamo-json-tests_2.13/ -->
<dependency>
    <groupId>io.laserdisc</groupId>
    <artifactId>scanamo-json-tests_2.13</artifactId>
    <version>1.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/io.laserdisc/scanamo-json-tests_2.13/
implementation 'io.laserdisc:scanamo-json-tests_2.13:1.0.9'
// https://jarcasting.com/artifacts/io.laserdisc/scanamo-json-tests_2.13/
implementation ("io.laserdisc:scanamo-json-tests_2.13:1.0.9")
'io.laserdisc:scanamo-json-tests_2.13:jar:1.0.9'
<dependency org="io.laserdisc" name="scanamo-json-tests_2.13" rev="1.0.9">
  <artifact name="scanamo-json-tests_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.laserdisc', module='scanamo-json-tests_2.13', version='1.0.9')
)
libraryDependencies += "io.laserdisc" % "scanamo-json-tests_2.13" % "1.0.9"
[io.laserdisc/scanamo-json-tests_2.13 "1.0.9"]

Dependencies

compile (4)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.13.1
org.scala-lang.modules : scala-collection-compat_2.13 jar 2.4.1
org.scanamo : scanamo_2.13 jar 1.0.0-M15
org.scalatest : scalatest_2.13 jar 3.2.3

Project Modules

There are no modules declared in this project.

Scanamo Json

Build Release Maven Central

Scanamo Json provides DynamoFormats for popular Scala Json libraries. The format will serialize directly to DynamoDB AttributeValues, allowing full use of DynamoDB while allowing arbitrary Json objects to be stored or reusing existing formats.

Getting started

Circe

First, add the dependency:

    libraryDependencies += "io.laserdisc" %% "scanamo-circe" % "1.0.5"

Finally, the format can be imported with:

    import io.github.howardjohn.scanamo.CirceDynamoFormat._

This provides a DynamoFormat[T] for all T with both an Encoder and Decoder.

Support

YourKit Image

This project is supported by YourKit with monitoring and profiling Tools. YourKit supports open source with innovative and intelligent tools for monitoring and profiling Java and .NET applications. YourKit is the creator of YourKit Java Profiler, YourKit .NET Profiler, and YourKit YouMonitor.

io.laserdisc

Versions

Version
1.0.9
1.0.8