Documentation
¶
Index ¶
- Variables
- func AnyToValueToStdinToValues(any2value func(any) sw.Value) IO[iter.Seq2[map[string]sw.Value, error]]
- func DecoderToValues(dec *json.Decoder, any2value func(any) sw.Value) iter.Seq2[map[string]sw.Value, error]
- func DecoderToValuesDefault(dec *json.Decoder) iter.Seq2[map[string]sw.Value, error]
- func ReaderToValues(rdr io.Reader, any2value func(any) sw.Value) iter.Seq2[map[string]sw.Value, error]
- func StdinToValues(any2value func(any) sw.Value) iter.Seq2[map[string]sw.Value, error]
Constants ¶
This section is empty.
Variables ¶
View Source
var AnyToValueToStdinToValuesDefault IO[iter. Seq2[map[string]sw.Value, error]] = AnyToValueToStdinToValues(sw.AnyToVal)
Functions ¶
func DecoderToValues ¶
func DecoderToValuesDefault ¶
func ReaderToValues ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.