II.
Library JSON
Structured · livelibrary:kingfisher
Kingfisher json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:kingfisher",
"_kind": "Library",
"_file": "domain/libraries/libraries-php-swift-kotlin.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Kingfisher",
"belongsToLanguageId": "language:swift",
"category": "other",
"description": "Powerful Swift image downloading and caching library for UIKit and\nSwiftUI, supporting async/await, processors, memory and disk cache\nlayers, and animated GIF/WebP rendering on iOS and macOS.\n"
},
"outgoingEdges": [
{
"from": "library:kingfisher",
"to": "language:swift",
"kind": "belongs_to_language"
},
{
"from": "library:kingfisher",
"to": "skill-area:ios-native",
"kind": "library_used_by",
"attributes": {}
},
{
"from": "library:kingfisher",
"to": "library:sharp",
"kind": "alternative_to"
}
],
"incomingEdges": [
{
"from": "library:sharp",
"to": "library:kingfisher",
"kind": "alternative_to"
}
]
}