import "github.com/v2ray/v2ray-core/infra/conf/json"
Reader is a reader for filtering comments. It supports Java style single and multi line comment syntax, and Python style single line comment syntax.
Read implements io.Reader.Read(). Buffer must be at least 3 bytes.
State is the internal state of parser.
const ( StateContent State = iota StateEscape StateDoubleQuote StateDoubleQuoteEscape StateSingleQuote StateSingleQuoteEscape StateComment StateSlash StateMultilineComment StateMultilineCommentStar )
Package json imports 2 packages (graph). Updated 2020-04-05. Refresh now. Tools for package owners.