Registry / serialization / argonaut-2-13

argonaut-2-13

JSON →
library6.3.10javamavenunverified

A JSON library for Scala providing parsing, encoding, and decoding with a focus on functional programming.

<dependency> <groupId>io.argonaut</groupId> <artifactId>argonaut_2.13</artifactId> <version>6.3.10</version> </dependency>
INSTALL
IMPORT
SIG · ARGONAUT-2-13
A
argonaut-2-13
serializationjavav6.3.10
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.

Argonaut
argonaut.Argonaut

Parsing JSON with Argonaut

import argonaut.Argonaut._ import argonaut._ val json = "{\"name\":\"John\"}".parseOption.getOrElse(jNull) val name = (json.hcursor --\ "name").as[String].getOrElse("")
Debug
Known issues

No known issues recorded.

Upgrade
Version history
6.3.10latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
20
OpenAI (training)
1
Resources
argonaut-2-13 — mvn dependency:get argonaut-2-13 · libregistry