iiRecord
Agentic AI Atlas · json_serializable
library:json-serializablea5c.ai
II.
Library JSON

library:json-serializable

Structured · live

json_serializable json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/libraries/libraries-dart-flutter.yamlCluster · domain
Record JSON
{
  "id": "library:json-serializable",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-dart-flutter.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "json_serializable",
    "belongsToLanguageId": "language:dart",
    "category": "serialization",
    "description": "A Dart code generation library that automatically creates toJson/fromJson\nserialization boilerplate for annotated data classes, supporting custom\nconverters, nullable fields, and seamless integration with build_runner.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:json-serializable",
      "to": "language:dart",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:json-serializable",
      "to": "skill-area:backend-api-design",
      "kind": "library_used_by",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "library:freezed",
      "to": "library:json-serializable",
      "kind": "alternative_to"
    }
  ]
}