badjson: Improve omitempty

This commit is contained in:
世界 2024-02-22 18:22:45 +08:00
parent d9685947f9
commit b9ca6f256a
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
3 changed files with 32 additions and 2 deletions

View file

@ -0,0 +1,5 @@
package badjson
type isEmpty interface {
IsEmpty() bool
}