II.
Library JSON
Structured · livelibrary:gson
Gson json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:gson",
"_kind": "Library",
"_file": "domain/libraries/gson.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Gson",
"belongsToLanguageId": "language:java",
"category": "serialization",
"description": "Java library that converts Java objects into JSON and back.\n"
},
"outgoingEdges": [
{
"from": "library:gson",
"to": "language:java",
"kind": "belongs_to_language"
},
{
"from": "library:gson",
"to": "skill-area:backend-api-design",
"kind": "library_used_by",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "library:jackson",
"to": "library:gson",
"kind": "alternative_to"
}
]
}