pub fn not_found_json(ids: &[Id]) -> ValueExpand description
Convert a slice of Ids to a JSON notFound value.
RFC 8620 §5.1 specifies notFound as Id[] — always an array, never
null. Returns an empty array when all requested ids were found.