Versions in this module Expand all Collapse all v0 v0.1.1 Aug 5, 2023 Changes in this version + func HasCommentRunes(data []byte) bool v0.1.0 Aug 4, 2023 Changes in this version + var ErrInvalidUTF8 = errors.New("jsonc: invalid UTF-8") + func Sanitize(data []byte) ([]byte, error) + func Unmarshal(data []byte, v any) error