//
pkg.gl
Category
github.com/pawelWritesCode/gdutils
pkg
format
package
0.14.1
Repository:
https://github.com/pawelwritescode/gdutils.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
1
Files
51 SLOC
#
Functions
IsJSON
IsJSON checks whether bytes are in JSON format.
IsXML
IsXML checks whether bytes are in XML format.
IsYAML
IsYAML checks whether bytes are in YAML format.
#
Constants
JSON
JSON describes JSON data format.
PlainText
PlainText describes plan text data format.
XML
XML describes XML data format.
YAML
YAML describes Yaml data format.
#
Type aliases
DataFormat
DataFormat describes format of data.