Documentation
¶
Overview ¶
Package stdlib contains code copied from the Go standard library's encoding/json package (Go 1.24).
We cannot use strconv.Unquote because JSON string rules differ from Go, JSON allows \/ and uses UTF-16 surrogate pairs.
Source: https://cs.opensource.google/go/go/+/refs/tags/go1.24.0:src/encoding/json/decode.go
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UnquoteBytes ¶
UnquoteBytes is copied from Go stdlib.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.