Returns the parsed patch operations.

Synopsis

Declared in <folly/json/json_patch.h>

std::vector<patch_operation> const&
ops() const;

Return Value

The list of operations in application order.

Created with MrDocs