# 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.