Documentation ¶
Index ¶
- func GetRootData(jsonString string, rootSelector string) (string, error)
- func JsonStringToFrame(jsonString string, options JSONFramerOptions) (frame *data.Frame, err error)
- func QueryJSONUsingSQLite3(jsonString string, query string, rootSelector string) (string, error)
- type ColumnSelector
- type FramerType
- type JSONFramerOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetRootData ¶ added in v0.0.8
func JsonStringToFrame ¶
func JsonStringToFrame(jsonString string, options JSONFramerOptions) (frame *data.Frame, err error)
Types ¶
type ColumnSelector ¶
type FramerType ¶ added in v0.0.5
type FramerType string
const ( FramerTypeGJSON FramerType = "gjson" FramerTypeSQLite3 FramerType = "sqlite3" )
type JSONFramerOptions ¶
type JSONFramerOptions struct { FramerType FramerType // `gjson` | `sqlite3` SQLite3Query string FrameName string RootSelector string Columns []ColumnSelector }
Click to show internal directories.
Click to hide internal directories.