You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-13Lines changed: 14 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -228,7 +228,8 @@ You can load your own custom codings at runtime to support additional document t
228
228
There are two strategies for providing custom definitions:
229
229
230
230
-**`replaceCustom*`** – replaces the entire registry with your JSON. The built-in defaults are no longer available.
231
-
-**`addCustom*`** – merges your entries into the existing registry. Built-in defaults are preserved; entries with the same key (e.g. `documentRef`) are overwritten by your version.
231
+
-**`addCustom*`** – merges your entries into the existing registry. Built-in defaults are preserved; entries with the
232
+
same key (e.g. `documentRef`) are overwritten by your version.
232
233
233
234
```kotlin
234
235
val customJson ="""[
@@ -337,12 +338,12 @@ val dissection: SealDissection = seal.dissect()
337
338
338
339
The result is a `SealDissection` with four fields:
0 commit comments