package
0.0.0-20211219142520-daac0e635e7e
Repository: https://github.com/prataprc/goparsec.git
Documentation: pkg.go.dev

# Functions

NewJSONScanner return a new Scanner{} interface for parsing JSON string.

# Variables

Y is root Parser, usually called as `s` in CFG theory.

# Structs

JSONScanner implements parsec.Scanner{} interface used as custom scanner for parsing JSON string.

# Type aliases

False is alias for string type denoting JSON `false`.
Null is alias for string type denoting JSON `null`.
Num is alias for string type denoting JSON `number`.
String is alias for string type denoting JSON `string`.
True is alias for string type denoting JSON `true`.