II.
Library JSON
Structured · livelibrary:mustache
Mustache json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:mustache",
"_kind": "Library",
"_file": "domain/libraries/libraries-ts-utilities-templates.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Mustache",
"belongsToLanguageId": "language:javascript",
"category": "templating",
"description": "Logic-less template syntax available in JavaScript (and many other\nlanguages) that uses {{double-stache}} tags for variables, sections,\nand partials, promoting clean separation of data and presentation.\n"
},
"outgoingEdges": [
{
"from": "library:mustache",
"to": "language:javascript",
"kind": "belongs_to_language"
},
{
"from": "library:mustache",
"to": "skill-area:technical-documentation",
"kind": "used_for"
}
],
"incomingEdges": [
{
"from": "library:handlebars",
"to": "library:mustache",
"kind": "alternative_to"
}
]
}