jsonutils

package
v5.22.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 4, 2020 License: AGPL-3.0, Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func HumanizeJsonError

func HumanizeJsonError(err error, data []byte) error

HumanizeJsonError extracts error offsets and annotates the error with useful context

Types

type HumanizedJsonError

type HumanizedJsonError struct {
	Err       error
	Line      int
	Character int
}

func NewHumanizedJsonError

func NewHumanizedJsonError(err error, data []byte, offset int64) *HumanizedJsonError

func (*HumanizedJsonError) Error

func (e *HumanizedJsonError) Error() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL