json

package
v0.0.0-...-a3dd185 Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2023 License: Apache-2.0 Imports: 12 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FormatType

type FormatType int

type Parser

type Parser struct{}

Parser for JSON configuration format.

func NewParser

func NewParser() *Parser

NewParser returns a JSON parser.

func (*Parser) Deserialize

func (p *Parser) Deserialize(raw []byte) (*config.Config, error)

Deserialize configuration to config structure.

func (*Parser) Serialize

func (p *Parser) Serialize(conf *config.Config) ([]byte, error)

Serialize configuration to raw.

func (*Parser) SupportsFormat

func (p *Parser) SupportsFormat(extension string) bool

SupportsFormat check if the file format is supported.

Jump to

Keyboard shortcuts

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