Categorygithub.com/pschlump/jsonSyntaxErrorLib
modulepackage
1.0.11
Repository: https://github.com/pschlump/jsonsyntaxerrorlib.git
Documentation: pkg.go.dev

# README

jsonSyntaxErrorLib

Code to report line where syntax error is from when using standard JSON package.

# Functions

CheckForTabs returns true if data has tabs in it.
GenerateSyntaxError converts from the offset error message into a human readable syntax error.
TabListing shows tabs as '\\t' instead of a whitepace.

# Variables

Debug if true will turn on extra debugging output.
HintList a set of possible, sometimes naive, hints on how to find/fix error.

# Structs

HintType is a single hint on what might have cause the error.