Documentation ¶ Index ¶ func Marshal(v any) ([]byte, error) func MarshalIndent(v any, prefix, indent string) ([]byte, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Marshal ¶ func Marshal(v any) ([]byte, error) Marshal matches json.Marshal but keeps &, <, and > unchanged. CLI JSON is consumed by shells and host processes, not embedded into HTML, so preserving URL query separators makes the output easier to copy and parse. func MarshalIndent ¶ func MarshalIndent(v any, prefix, indent string) ([]byte, error) MarshalIndent matches json.MarshalIndent with HTML escaping disabled. Types ¶ This section is empty. Source Files ¶ View all Source files json.go Click to show internal directories. Click to hide internal directories.