II.
Library JSON
Structured · livelibrary:aeson
Aeson json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:aeson",
"_kind": "Library",
"_file": "domain/libraries/libraries-haskell-go-rust-extra.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Aeson",
"belongsToLanguageId": "language:haskell",
"category": "other",
"description": "De-facto standard JSON library for Haskell — fast encoding and decoding\nvia Generic deriving or manual instances, with Lens integration and\nsupport for custom FromJSON/ToJSON type classes.\n"
},
"outgoingEdges": [
{
"from": "library:aeson",
"to": "language:haskell",
"kind": "belongs_to_language"
},
{
"from": "library:aeson",
"to": "skill-area:serialization-deserialization",
"kind": "library_used_by",
"attributes": {}
},
{
"from": "library:aeson",
"to": "library:serde",
"kind": "alternative_to"
},
{
"from": "library:aeson",
"to": "library:jackson",
"kind": "alternative_to"
}
],
"incomingEdges": [
{
"from": "library:circe",
"to": "library:aeson",
"kind": "alternative_to"
},
{
"from": "library:serde",
"to": "library:aeson",
"kind": "alternative_to"
},
{
"from": "stack-profile:haskell-web-service",
"to": "library:aeson",
"kind": "composed_of"
}
]
}