iiRecord
Agentic AI Atlas · System.Text.Json
library:system-text-jsona5c.ai
II.
Library JSON

library:system-text-json

Structured · live

System.Text.Json json

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

File · domain/libraries/libraries-dotnet.yamlCluster · domain
Record JSON
{
  "id": "library:system-text-json",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-dotnet.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "System.Text.Json",
    "belongsToLanguageId": "language:csharp",
    "category": "serialization",
    "description": "Built-in high-performance JSON library shipped with .NET 6+ supporting\nUTF-8 source generation, read-ahead parsing, Utf8JsonReader/Writer, custom\nconverters, and immutable type deserialization with minimal allocations.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:system-text-json",
      "to": "language:csharp",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:system-text-json",
      "to": "skill-area:backend-api-design",
      "kind": "library_used_by",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "library:newtonsoft-json",
      "to": "library:system-text-json",
      "kind": "alternative_to"
    }
  ]
}