Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExploreJSON ¶
ExploreJSON explores a single JSON value known ahead of time
func ExploreJSONStream ¶
ExploreJSONStream explores JSON data loaded incrementally via an iterator
Types ¶
type AnyIterator ¶
An iterator over `any` values
type Iterator ¶
A generic iterator interface that is used by the `genericIterator` struct below to convert iterators over specific types to an AnyIterator
type JSONViewer ¶
type JSONViewer struct {
// contains filtered or unexported fields
}
func (*JSONViewer) Init ¶
func (v *JSONViewer) Init() tea.Cmd
func (*JSONViewer) View ¶
func (v *JSONViewer) View() string
Click to show internal directories.
Click to hide internal directories.