Imports of package parser

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
errorsPackage errors implements functions to manipulate errors.
github.com/clbanning/mxj/v2Marshal/Unmarshal XML to/from map[string]interface{} values (and JSON); extract/modify values from maps by key or key-path, including wildcards.
github.com/gohugoio/hugo/parser/metadecoders
github.com/pelletier/go-toml/v2Package toml is a library to read and write TOML documents.
gopkg.in/yaml.v2Package yaml implements YAML support for the Go language.
ioPackage io provides basic interfaces to I/O primitives.
regexpPackage regexp implements regular expression search.
unicodePackage unicode provides data and functions to test some properties of Unicode code points.
unicode/utf8Package utf8 implements functions and constants to support text encoded in UTF-8.