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