Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeValue ¶
DecodeValue materializes a JSON value tree while preserving number literals. It intentionally mirrors the token walk in etch's jsonSpanDecoder only at the syntax layer: jsonSpanDecoder records source byte spans for localized edits, while DecodeValue discards positions and keeps just semantic values.
Types ¶
type Number ¶
type Number string
Number is a JSON number literal preserved from source text.
func (Number) MarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.