Home / Function/ MarshalIndent() — gin Function Reference

MarshalIndent() — gin Function Reference

Architecture documentation for the MarshalIndent() function in sonic.go from the gin codebase.

Entity Profile

Relationship Graph

Source Code

codec/json/sonic.go lines 34–36

func (j sonicApi) MarshalIndent(v any, prefix, indent string) ([]byte, error) {
	return json.MarshalIndent(v, prefix, indent)
}

Domain

Subdomains

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free