json

package
v1.13.0 Latest Latest
Warning

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

Go to latest
Published: Feb 1, 2024 License: Apache-2.0 Imports: 14 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GenerateSchema added in v1.3.2

func GenerateSchema() *jsonschema.Schema

Types

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