A patch entry. Either the verbose form { path, op, value? } or the
shorthand single-key object { "<path>": value } (which means set).
path addresses the bit JSON directly (e.g. id,
cards[2].question.instruction, id[-1]). To modify bitmark, convert to
JSON, patch, then convert back — transform does this when the output
format is bitmark.
A patch entry. Either the verbose form
{ path, op, value? }or the shorthand single-key object{ "<path>": value }(which meansset).pathaddresses the bit JSON directly (e.g.id,cards[2].question.instruction,id[-1]). To modify bitmark, convert to JSON, patch, then convert back —transformdoes this when the output format is bitmark.