jsonraw

package
v1.61.2 Latest Latest
Warning

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

Go to latest
Published: Sep 10, 2026 License: BSD-3-Clause Imports: 2 Imported by: 0

Documentation

Overview

Package jsonraw lets the JSON decoder wrap its map storage in an interpreter-owned map without exporting the backing implementation.

Index

Constants

This section is empty.

Variables

View Source
var Wrap func(data map[string]any) *lisp.LVal

Wrap makes a distinct Lisp map wrapper around data without copying it. The decoder must replace every value with an *lisp.LVal before calling Wrap. The backing is writable, accepts only string keys, and retains data's identity. Callers must not share it between independent runtimes.

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
Package hook breaks the import cycle between lisp and internal/jsonraw.
Package hook breaks the import cycle between lisp and internal/jsonraw.

Jump to

Keyboard shortcuts

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