Home > AI > Backend > SpringBoot > json-patch >

update data with JSON patch

Step 1: install the dependency

<dependency>
    <groupId>com.github.java-json-tools</groupId>
    <artifactId>json-patch</artifactId>
    <version>1.12</version>
</dependency>

Step 2: example codes:

Step 3: test with Postman

Related posts:
    No posts found.

Leave a Reply