Skip to content
This repository was archived by the owner on Sep 4, 2020. It is now read-only.

Commit c63e5f9

Browse files
authored
Example code moved to overview
1 parent 4ab594c commit c63e5f9

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

docs/opentypes.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,3 @@ vehicle
7070
```
7171

7272
This syntax supports all null, object, array, and primitive JSON structures.
73-
74-
### Setting properties to `null`
75-
To support PATCH operations involving `null` values, specify the property name you wish to nullify:
76-
77-
```java
78-
vehicle
79-
.getAdditionalDataManager()
80-
.put("model", JsonNull.INSTANCE);
81-
```

0 commit comments

Comments
 (0)