II.
Library JSON
Structured · livelibrary:circe
Circe json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:circe",
"_kind": "Library",
"_file": "domain/libraries/libraries-scala.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Circe",
"belongsToLanguageId": "language:scala",
"category": "other",
"description": "JSON library for Scala based on Cats with automatic codec derivation,\ncursor-based decoding, and optics for JSON manipulation.\n"
},
"outgoingEdges": [
{
"from": "library:circe",
"to": "language:scala",
"kind": "belongs_to_language"
},
{
"from": "library:circe",
"to": "skill-area:backend-api-design",
"kind": "library_used_by",
"attributes": {}
},
{
"from": "library:circe",
"to": "library:jackson",
"kind": "alternative_to"
},
{
"from": "library:circe",
"to": "library:aeson",
"kind": "alternative_to"
}
],
"incomingEdges": [
{
"from": "stack-profile:scala-akka-microservice",
"to": "library:circe",
"kind": "composed_of"
}
]
}