sing/common/json/badjson/empty.go
2024-03-10 16:55:10 +08:00

5 lines
60 B
Go

package badjson
type isEmpty interface {
IsEmpty() bool
}