parser

package
v0.124.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 20, 2024 License: Apache-2.0 Imports: 12 Imported by: 118

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InterfaceToConfig

func InterfaceToConfig(in any, format metadecoders.Format, w io.Writer) error

func InterfaceToFrontMatter

func InterfaceToFrontMatter(in any, format metadecoders.Format, w io.Writer) error

Types

type LowerCaseCamelJSONMarshaller added in v0.60.0

type LowerCaseCamelJSONMarshaller struct {
	Value any
}

Code adapted from https://gist.github.com/piersy/b9934790a8892db1a603820c0c23e4a7

func (LowerCaseCamelJSONMarshaller) MarshalJSON added in v0.60.0

func (c LowerCaseCamelJSONMarshaller) MarshalJSON() ([]byte, error)

type NullBoolJSONMarshaller added in v0.123.0

type NullBoolJSONMarshaller struct {
	Wrapped json.Marshaler
}

func (NullBoolJSONMarshaller) MarshalJSON added in v0.123.0

func (c NullBoolJSONMarshaller) MarshalJSON() ([]byte, error)

type ReplacingJSONMarshaller added in v0.112.0

type ReplacingJSONMarshaller struct {
	Value any

	KeysToLower bool
	OmitEmpty   bool
}

func (ReplacingJSONMarshaller) MarshalJSON added in v0.112.0

func (c ReplacingJSONMarshaller) MarshalJSON() ([]byte, error)

Directories

Path Synopsis
Package pageparser provides a parser for Hugo content files (Markdown, HTML etc.) in Hugo.
Package pageparser provides a parser for Hugo content files (Markdown, HTML etc.) in Hugo.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL