Versions in this module Expand all Collapse all v0 v0.1.1 Aug 26, 2025 v0.1.0 Oct 9, 2024 Changes in this version + var FastPathEnable = os.Getenv("GJSON_FAST_PATH") != "" + var FastStringEnable = os.Getenv("GJSON_FAST_STRING") == "1" || os.Getenv("GJSON_FAST_STRING") == "2" + var ValidStringEnable = os.Getenv("GJSON_FAST_STRING") == "2" + func FastPaths(path string) []interface + func Get(s string, path ...interface{}) (start int, end int, typ int, err error) + func JSONType(sonic int) int + func Skip(src string, i int) (end int, remian string) + func String(json string, i int) (end int, str string, hasEsc bool, error error) + func Unquote(str string) (string, error) + func Valid(json string) bool