# README
Akamai JSONHooks
# Functions
ImplementsPostJSONUnmarshaler checks for support for the PostUnmarshalJSON post-hook.
ImplementsPreJSONMarshaler checks for support for the PreMarshalJSON pre-hook.
Marshal wraps encoding/json.Marshal, calls v.PreMarshalJSON() if it exists.
Unmarshal wraps encoding/json.Unmarshal, calls v.PostUnmarshalJSON() if it exists.
# Interfaces
PostJSONUnmarshaler infers support for the PostUnmarshalJSON post-hook.
PreJSONMarshaler infers support for the PreMarshalJSON pre-hook.