package
0.9.0
Repository: https://github.com/cosmwasm/tinyjson.git
Documentation: pkg.go.dev

# Functions

This is a (temporary?) helper to use in place of errors.New.
ValidJSON reports whether data is a valid JSON encoding.

# Structs

Lexer is a JSON lexer: it iterates over JSON tokens in a byte slice.
LexerError implements the error interface and represents all possible errors that can be generated during parsing the JSON data.
A SyntaxError is a description of a JSON syntax error.