(data []byte, v any)
| 87 | } |
| 88 | |
| 89 | func (j customJsonApi) Unmarshal(data []byte, v any) error { |
| 90 | return customConfig.Unmarshal(data, v) |
| 91 | } |
| 92 | |
| 93 | func (j customJsonApi) MarshalIndent(v any, prefix, indent string) ([]byte, error) { |
| 94 | return customConfig.MarshalIndent(v, prefix, indent) |