II.
Library JSON
Structured · livelibrary:newtonsoft-json
Newtonsoft.Json json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:newtonsoft-json",
"_kind": "Library",
"_file": "domain/libraries/libraries-dotnet.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Newtonsoft.Json",
"belongsToLanguageId": "language:csharp",
"category": "serialization",
"description": "Highly popular JSON serialization library for .NET (Json.NET) with flexible\ncontract resolvers, custom converters, LINQ-to-JSON (JObject/JArray),\nschema validation, and broad compatibility across .NET Framework and .NET Core.\n"
},
"outgoingEdges": [
{
"from": "library:newtonsoft-json",
"to": "language:csharp",
"kind": "belongs_to_language"
},
{
"from": "library:newtonsoft-json",
"to": "skill-area:backend-api-design",
"kind": "library_used_by",
"attributes": {}
},
{
"from": "library:newtonsoft-json",
"to": "library:system-text-json",
"kind": "alternative_to"
}
],
"incomingEdges": []
}