mirror of
https://github.com/mikefarah/yq.git
synced 2026-03-10 15:54:26 +00:00
12 lines
151 B
Go
12 lines
151 B
Go
//go:build yq_nojson
|
|
|
|
package yqlib
|
|
|
|
func NewJSONDecoder() Decoder {
|
|
return nil
|
|
}
|
|
|
|
func NewJSONEncoder(prefs JsonPreferences) Encoder {
|
|
return nil
|
|
}
|