Versions in this module Expand all Collapse all v0 v0.0.4 Aug 11, 2024 Changes in this version + func NewJSONDecoder(c engine.DecoderConfig) engine.Decoder + type JSONDecoder struct + func (jd *JSONDecoder) Decode() ([]engine.Record, error) + type JsonFloat struct + Decimal int + Value float64 + func (l JsonFloat) MarshalJSON() ([]byte, error) v0.0.3 Aug 6, 2024 v0.0.2 Jul 27, 2024 v0.0.1 Jul 25, 2024 Changes in this version + func NewJSONEncoder(c engine.EncoderConfig) engine.Encoder + type JSONEncoder struct + func (jw *JSONEncoder) Encode(recs []engine.Record) error