II.
Language JSON
Structured · livelanguage:rescript
ReScript json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "language:rescript",
"_kind": "Language",
"_file": "domain/languages/rescript.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "ReScript",
"paradigms": [
"functional"
],
"description": "ReScript — a typed functional language with a JavaScript-friendly\nsyntax, compiling to readable JS. Successor to BuckleScript / Reason.\n"
},
"outgoingEdges": [
{
"from": "language:rescript",
"to": "domain:frontend",
"kind": "applies_to",
"attributes": {}
},
{
"from": "language:rescript",
"to": "domain:web-development",
"kind": "applies_to",
"attributes": {}
}
],
"incomingEdges": []
}