From 5e295d65c55befd0fb6e5ca3e7036a7f9c7ab574 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20Schw=C3=B6rer?= Date: Thu, 20 Apr 2023 14:35:55 +0200 Subject: [PATCH] v0.0.103 --- gojson/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gojson/README.md b/gojson/README.md index 74f5156..6fb5227 100644 --- a/gojson/README.md +++ b/gojson/README.md @@ -6,3 +6,7 @@ Idea from: https://github.com/homelight/json Forked from https://github.com/golang/go/tree/547e8e22fe565d65d1fd4d6e71436a5a855447b0/src/encoding/json ( tag go1.20.2 ) +Added: + + - `MarshalSafeCollections()` method + - `Encoder.nilSafeSlices` and `Encoder.nilSafeMaps` fields \ No newline at end of file