stdlib

package
v1.27.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 16, 2026 License: Apache-2.0, BSD-3-Clause Imports: 3 Imported by: 0

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 Getu4

func Getu4(s []byte) rune

Getu4 is copied from Go stdlib.

func UnquoteBytes

func UnquoteBytes(s []byte) (t []byte, ok bool)

UnquoteBytes is copied from Go stdlib.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL