proxygen
|
#include <json_patch.h>
Public Attributes | |
patch_operation_code | op_code {patch_operation_code::invalid} |
json_pointer | path |
Optional< json_pointer > | from |
Optional< dynamic > | value |
Friends | |
bool | operator== (patch_operation const &lhs, patch_operation const &rhs) |
bool | operator!= (patch_operation const &lhs, patch_operation const &rhs) |
Definition at line 74 of file json_patch.h.
|
friend |
Definition at line 85 of file json_patch.h.
|
friend |
Definition at line 79 of file json_patch.h.
Optional<json_pointer> folly::json_patch::patch_operation::from |
Definition at line 77 of file json_patch.h.
Referenced by folly::json_patch::try_parse().
patch_operation_code folly::json_patch::patch_operation::op_code {patch_operation_code::invalid} |
Definition at line 75 of file json_patch.h.
Referenced by folly::json_patch::try_parse().
json_pointer folly::json_patch::patch_operation::path |
Definition at line 76 of file json_patch.h.
Referenced by folly::json_patch::try_parse().
Definition at line 78 of file json_patch.h.
Referenced by folly::json_patch::try_parse().