II.
Library JSON
Structured · livelibrary:immer
Immer json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:immer",
"_kind": "Library",
"_file": "domain/libraries/libraries-node-testing-utils.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Immer",
"belongsToLanguageId": "language:javascript",
"category": "data-structures",
"description": "Create the next immutable state by mutating the current one — uses Proxy to record mutations and produce a new immutable object tree.\n"
},
"outgoingEdges": [
{
"from": "library:immer",
"to": "language:javascript",
"kind": "belongs_to_language"
},
{
"from": "library:immer",
"to": "skill-area:application-state-management",
"kind": "used_for"
},
{
"from": "library:immer",
"to": "library:lodash",
"kind": "alternative_to"
}
],
"incomingEdges": []
}