Versions in this module Expand all Collapse all v0 v0.1.3 Jul 31, 2024 Changes in this version + func New() echo.JSONSerializer + func NewWithConfig(config Config) echo.JSONSerializer + type Config struct + GoJSON GoJSONConfig + SonicConfig sonic.Config + func DefaultConfig() Config + type GoJSONConfig struct + DecodeOptions []json.DecodeOptionFunc + EncodeOptions []json.EncodeOptionFunc + type SerializerType int + const SerializerTypeGoJSON + const SerializerTypeSonic + func Type() SerializerType + func (t SerializerType) Name() string