json

package
v1.4.8 Latest Latest
Warning

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

Go to latest
Published: Nov 24, 2021 License: Apache-2.0 Imports: 6 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Parser

type Parser struct {
}

Parser defines a parser type

func (*Parser) GetCommentToken added in v1.4.1

func (p *Parser) GetCommentToken() string

GetCommentToken return the comment token of YAML - #

func (*Parser) GetKind

func (p *Parser) GetKind() model.FileKind

GetKind returns YAML constant kind

func (*Parser) Parse

func (p *Parser) Parse(filePath string, fileContent []byte) ([]model.Document, []int, error)

Parse parses yaml/yml file and returns it as a Document

func (*Parser) Resolve added in v1.2.2

func (p *Parser) Resolve(fileContent []byte, filename string) (*[]byte, error)

Resolve - replace or modifies in-memory content before parsing

func (*Parser) StringifyContent added in v1.4.6

func (p *Parser) StringifyContent(content []byte) (string, error)

StringifyContent converts original content into string formated version

func (*Parser) SupportedExtensions

func (p *Parser) SupportedExtensions() []string

SupportedExtensions returns extensions supported by this parser, which are yaml and yml extension

func (*Parser) SupportedTypes added in v1.1.3

func (p *Parser) SupportedTypes() []string

SupportedTypes returns types supported by this parser, which are ansible, cloudFormation, k8s

Jump to

Keyboard shortcuts

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