package
Version:
v5.15.3
Opens a new window with list of versions in this module.
Published: Apr 18, 2024
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 3
Opens a new window with list of known importers.
Documentation
¶
FromTOML convert toml to json
FromYAML convert yaml to 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().
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.