options

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Mar 28, 2024 License: MIT Imports: 0 Imported by: 1

Documentation

Index

Constants

View Source
const (
	STR TypeOptions = 1 << iota
	NUM
	ARR
	OBJ
	NULL
	BOOL
	NAN
	INFINITY
	NEG_INFINITY

	INF        = INFINITY | NEG_INFINITY
	SPECIAL    = NULL | BOOL | INF | NAN
	ATOM       = STR | NUM | SPECIAL
	COLLECTION = ARR | OBJ
	ALL        = ATOM | COLLECTION
)

Variables

This section is empty.

Functions

This section is empty.

Types

type TypeOptions

type TypeOptions int

specify what type options are available to parse the partial json

Jump to

Keyboard shortcuts

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