json

package
v0.0.0-...-27647ab Latest Latest
Warning

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

Go to latest
Published: Oct 17, 2023 License: BSD-3-Clause Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ToMarshal

func ToMarshal(n Node) (msh.Value, error)

Types

type Array

type Array struct {
	Values []Node
	// contains filtered or unexported fields
}

type False

type False struct {
	// contains filtered or unexported fields
}

type Node

type Node interface {
	// contains filtered or unexported methods
}

func FromMarshal

func FromMarshal(mv msh.Value) (Node, error)

type Null

type Null struct {
	// contains filtered or unexported fields
}

type Number

type Number struct {
	S string
	// contains filtered or unexported fields
}

type Object

type Object struct {
	Pairs []Pair
	// contains filtered or unexported fields
}

type Pair

type Pair = bt.Kv[string, Node]

type String

type String struct {
	S string
	// contains filtered or unexported fields
}

type True

type True struct {
	// contains filtered or unexported fields
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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