package
Version:
v2.17.1+incompatible
Opens a new window with list of versions in this module.
Published: Feb 4, 2017
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Reader is a JSON reader which allows comments.
Read implements io.Reader.Read().
State is the internal state of parser.
const (
StateContent State = iota
StateEscape
StateDoubleQuote
StateDoubleQuoteEscape
StateSingleQuote
StateSingleQuoteEscape
StateSlash
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.