次の方法で共有


JsonPatchDocument クラス

定義

RFC 6902 で定義されている JSONPatch ドキュメント。

public class JsonPatchDocument
type JsonPatchDocument = class
Public Class JsonPatchDocument
継承
JsonPatchDocument

コンストラクター

JsonPatchDocument(JsonPatchOperation, String)

JsonPatchDocument の新しいインスタンスを初期化します。

プロパティ

From

コピーおよび移動操作で使用される省略可能なフィールド。

Op

実行する操作。

Path

JSON ポインター。

Value

パスの操作で使用される値。

適用対象