Versions in this module Expand all Collapse all v0 v0.0.10 Dec 11, 2025 v0.0.9 Dec 11, 2025 Changes in this version + func ConvertGoToJS(data any) js.Value — js/wasm + func ConvertJSToGo(jsVal js.Value, v any) error — js/wasm + func ConvertJSValueToGo(jsVal js.Value) any — js/wasm + type TinyJSON struct + func New() *TinyJSON + func (t *TinyJSON) Decode(data []byte, v any) error + func (t *TinyJSON) Encode(data any) ([]byte, error)