yq/pkg/yqlib/no_json.go

12 lines
151 B
Go

//go:build yq_nojson
package yqlib
func NewJSONDecoder() Decoder {
return nil
}
func NewJSONEncoder(prefs JsonPreferences) Encoder {
return nil
}