II.
Library JSON
Structured · livelibrary:freezed
Freezed json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:freezed",
"_kind": "Library",
"_file": "domain/libraries/libraries-dart-flutter.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Freezed",
"belongsToLanguageId": "language:dart",
"category": "code-generation",
"description": "A code generation package for Dart that produces immutable data classes with\ndeep copyWith support, union types (sealed classes), pattern matching helpers,\nJSON serialization integration, and automatic equality and toString methods.\n"
},
"outgoingEdges": [
{
"from": "library:freezed",
"to": "language:dart",
"kind": "belongs_to_language"
},
{
"from": "library:freezed",
"to": "skill-area:cli-tooling",
"kind": "library_used_by",
"attributes": {}
},
{
"from": "library:freezed",
"to": "library:json-serializable",
"kind": "alternative_to"
}
],
"incomingEdges": []
}