Versions in this module Expand all Collapse all v0 v0.0.1 Oct 16, 2022 Changes in this version + func Decode(jsonStr string) (interface{}, error) + func Encode(value interface{}) (string, error) + type DecodeInterpreter struct + func (i DecodeInterpreter) Eval(ctx interface{}, args []interface{}) (interface{}, error) + func (i DecodeInterpreter) Schema() schema.Schema + type EncodeInterpreter struct + func (i EncodeInterpreter) Eval(ctx interface{}, args []interface{}) (interface{}, error) + func (i EncodeInterpreter) Schema() schema.Schema