//
pkg.gl
Category
github.com/pschlump/check-json-syntax
lib
package
1.0.11
Repository:
https://github.com/pschlump/check-json-syntax.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
2
Files
104 SLOC
#
Functions
CheckForTabs
CheckForTabs returns true if data has tabs in it.
GenerateSyntaxError
GenerateSyntaxError converts from the offset error message into a human readable syntax error.
TabListing
TabListing shows tabs as '\\t' instead of a whitepace.
#
Variables
Debug
Debug if true will turn on extra debugging output.
HintList
HintList a set of possible, sometimes naive, hints on how to find/fix error.
#
Structs
HintType
HintType is a single hint on what might have cause the error.