package
0.0.0-20240930014119-4fed34204df3
Repository: https://github.com/swdunlop/html-go.git
Documentation: pkg.go.dev
# Functions
From converts a Go value into HTML, converting it into JSON first and parsing it with GJSON.
FromGJSON converts a GJSON result into HTML.
FromJSON converts a JSON document into HTML, parsing it with GJSON -- the provided JSON MUST be valid.
Hook registers a function that replaces how a value is rendered if the path to the value matches the provided pattern.
Stylesheet will return the structural CSS needed to render the dataview.
TableHook registers a function that converts an array containing at least one object into some other GJSON result if the path to the array matches the provided pattern.
# Type aliases
No description provided by the author