II.
Library JSON
Structured · livelibrary:dio
Dio json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:dio",
"_kind": "Library",
"_file": "domain/libraries/libraries-dart-flutter.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Dio",
"belongsToLanguageId": "language:dart",
"category": "http-client",
"description": "A powerful HTTP client for Dart/Flutter supporting interceptors, global\nconfiguration, FormData, request cancellation, file downloading, timeout\nhandling, and custom adapters for both browser and native platforms.\n"
},
"outgoingEdges": [
{
"from": "library:dio",
"to": "language:dart",
"kind": "belongs_to_language"
},
{
"from": "library:dio",
"to": "skill-area:backend-api-design",
"kind": "library_used_by",
"attributes": {}
},
{
"from": "library:dio",
"to": "library:axios",
"kind": "alternative_to"
}
],
"incomingEdges": [
{
"from": "specialization:flutter-mobile",
"to": "library:dio",
"kind": "uses_library"
}
]
}