Versions in this module Expand all Collapse all v0 v0.24.0 Aug 30, 2025 Changes in this version + func ConcatJSON(blobs ...[]byte) []byte + func FromDynamicJSON(source, target interface{}) error + func ReadJSON(data []byte, value interface{}) error + func WriteJSON(value interface{}) ([]byte, error) + type JSONMapItem struct + Key string + Value any + func (s *JSONMapItem) UnmarshalEasyJSON(in *jlexer.Lexer) + func (s JSONMapItem) MarshalEasyJSON(w *jwriter.Writer) + type JSONMapSlice []JSONMapItem + func (s *JSONMapSlice) UnmarshalEasyJSON(in *jlexer.Lexer) + func (s *JSONMapSlice) UnmarshalJSON(data []byte) error + func (s JSONMapSlice) MarshalEasyJSON(w *jwriter.Writer) + func (s JSONMapSlice) MarshalJSON() ([]byte, error)