Versions in this module Expand all Collapse all v0 v0.0.2 Jan 9, 2026 v0.0.1 Jan 9, 2026 Changes in this version + func GetByPath(path string, data any) (any, bool) + func GetJsonSafe[T any](jsonStr string) (T, error) + func GetJson[T any](jsonStr string) T + func Pretty[T any](obj T) string + func ToJsonSafe[T any](obj T) (string, error) + func ToJson[T any](obj T) string Other modules containing this package github.com/codeshelldev/gotl