sing/common/json/badjson/empty.go
2024-03-24 19:14:28 +08:00

5 lines
60 B
Go

package badjson
type isEmpty interface {
IsEmpty() bool
}