II.
Library JSON
Structured · livelibrary:io-ts
io-ts json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:io-ts",
"_kind": "Library",
"_file": "domain/libraries/libraries-ts-utilities-templates.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "io-ts",
"belongsToLanguageId": "language:javascript",
"category": "functional",
"description": "Runtime type-checking library for TypeScript that doubles as a\ncodec for encoding/decoding data; integrates with fp-ts to return\nEither values instead of throwing on invalid input.\n"
},
"outgoingEdges": [
{
"from": "library:io-ts",
"to": "language:javascript",
"kind": "belongs_to_language"
},
{
"from": "library:io-ts",
"to": "skill-area:data-validation-sanitization",
"kind": "used_for"
},
{
"from": "library:io-ts",
"to": "library:zod",
"kind": "alternative_to"
},
{
"from": "library:io-ts",
"to": "library:yup",
"kind": "alternative_to"
},
{
"from": "library:io-ts",
"to": "library:joi",
"kind": "alternative_to"
}
],
"incomingEdges": [
{
"from": "library:zod",
"to": "library:io-ts",
"kind": "alternative_to"
}
]
}