Versions in this module Expand all Collapse all v0 v0.19.0 Jun 9, 2015 Changes in this version + func ToJSON(data []byte) ([]byte, error) + type YAMLOrJSONDecoder struct + func NewYAMLOrJSONDecoder(r io.Reader, bufferSize int) *YAMLOrJSONDecoder + func (d *YAMLOrJSONDecoder) Decode(into interface{}) error + type YAMLToJSONDecoder struct + func NewYAMLToJSONDecoder(r io.Reader) *YAMLToJSONDecoder + func (d *YAMLToJSONDecoder) Decode(into interface{}) error