Registry / serialization / argonaut-2-12

argonaut-2-12

JSON →
library6.3.10javamavenunverified

JSON library for Scala with a focus on performance and simplicity.

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

Parse
argonaut.Parse

Parses a JSON string into an Argonaut Json value.

import argonaut.Parse; import argonaut.Json; public class Example { public static void main(String[] args) { Json json = Parse.parseOption("{\"key\":\"value\"}").getOrElse(Json.jNull()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
6.3.10latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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