{
  "id": "nand",
  "name": "NAND",
  "symbol_text": "&",
  "inputs": 2,
  "truth_table": "Output is 0 only when both inputs are 1; otherwise 1.",
  "boolean_expression": "Y = ¬(A · B)",
  "url": "https://gratisapi.com/api/logic-gates/nand"
}
