6 references to Move
Microsoft.AspNetCore.JsonPatch.SystemTextJson.Tests (6)
IntegrationTests\AnonymousObjectIntegrationTest.cs (1)
112
patchDocument.
Move
("StringProperty", "AnotherStringProperty");
IntegrationTests\DictionaryIntegrationTest.cs (2)
72
patchDocument.
Move
("/DictionaryOfStringToInteger/one", "/DictionaryOfStringToInteger/two");
235
patchDocument.
Move
($"/DictionaryOfStringToCustomer/{key1}/Name", $"/DictionaryOfStringToCustomer/{key2}/Name");
IntegrationTests\ListIntegrationTest.cs (1)
303
patchDocument.
Move
("IntegerValue", "IntegerList/-");
IntegrationTests\SimpleObjectIntegrationTest.cs (2)
80
patchDocument.
Move
("IntegerValue", "AnotherIntegerValue");
155
document.
Move
("/Object", "/Object/goodbye");