package
0.14.1
Repository: https://github.com/pawelwritescode/gdutils.git
Documentation: pkg.go.dev

# Functions

IsJSON checks whether bytes are in JSON format.
IsXML checks whether bytes are in XML format.
IsYAML checks whether bytes are in YAML format.

# Constants

JSON describes JSON data format.
PlainText describes plan text data format.
XML describes XML data format.
YAML describes Yaml data format.

# Type aliases

DataFormat describes format of data.