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.
Click to show internal directories.
Click to hide internal directories.