package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Oct 14, 2024
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
MarshalJSONValue encodes a Go value into a JavaScript value.
The encoding is done via Go's encoding/json.Marshal and JavaScript's JSON.parse.
UnmarshalJSONValue decodes a JavaScript value into a Go value.
The decoding is done via JavaScript's JSON.stringify and Go's encoding/json.Unmarshal.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.