You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
varstackbuf [unescapeStackBufSize]byte// stack-allocated array for allocation-free unescaping of small strings (hopefully; the Go compiler might just always kick stackbuf[:] into the heap)
489
+
returnUnescape(vbytes, stackbuf[:])
490
+
}
491
+
492
+
// ParseString parses a String ValueType into a Go string (the main parsing work is unescaping the JSON string)
0 commit comments