sredded-json

No-deps JSON printer for structured data

License

License

Categories

Categories

JSON Data
GroupId

GroupId

com.github.mvv.sredded
ArtifactId

ArtifactId

sredded-json_2.12
Last Version

Last Version

0.1-M2
Release Date

Release Date

Type

Type

jar
Description

Description

sredded-json
No-deps JSON printer for structured data
Project URL

Project URL

https://github.com/mvv/sredded
Project Organization

Project Organization

com.github.mvv.sredded
Source Code Management

Source Code Management

https://github.com/mvv/sredded

Download sredded-json_2.12

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.mvv.sredded/sredded-json_2.12/ -->
<dependency>
    <groupId>com.github.mvv.sredded</groupId>
    <artifactId>sredded-json_2.12</artifactId>
    <version>0.1-M2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mvv.sredded/sredded-json_2.12/
implementation 'com.github.mvv.sredded:sredded-json_2.12:0.1-M2'
// https://jarcasting.com/artifacts/com.github.mvv.sredded/sredded-json_2.12/
implementation ("com.github.mvv.sredded:sredded-json_2.12:0.1-M2")
'com.github.mvv.sredded:sredded-json_2.12:jar:0.1-M2'
<dependency org="com.github.mvv.sredded" name="sredded-json_2.12" rev="0.1-M2">
  <artifact name="sredded-json_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mvv.sredded', module='sredded-json_2.12', version='0.1-M2')
)
libraryDependencies += "com.github.mvv.sredded" % "sredded-json_2.12" % "0.1-M2"
[com.github.mvv.sredded/sredded-json_2.12 "0.1-M2"]

Dependencies

compile (2)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.11
com.github.mvv.sredded : sredded_2.12 jar 0.1-M2

test (1)

Group / Artifact Type Version
org.specs2 : specs2-core_2.12 jar 4.9.4

Project Modules

There are no modules declared in this project.

Sredded

Release Version Snapshot Version Build Status

In-memory structured data representation not tied to a particular serialization format, built from mappings, sequences and scalars, which include

  • Null value
  • Booleans
  • Int{8,16,32,64}
  • Big integers
  • Float{32,64}
  • Big decimals
  • Timestamps (millisecond and nanosecond variants)
  • Strings
  • Binary blobs

Using Sredded in your project

Add Sredded to your dependencies

libraryDependencies += "com.github.mvv.sredded" %% "sredded" % "0.1-M2"

Submodules

  • sredded-generic provides a macro for automatic derivation of Structured instances for case classes.
  • sredded-json is a no-deps JSON printer for structured data

Versions

Version
0.1-M2
0.1-M1