jsonx

package
v0.1.14 Latest Latest
Warning

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

Go to latest
Published: Mar 7, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package jsonx contains helper functions for dealing with JSON encoded types.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Field

type Field struct {
	Name     string
	JSONName string
}

Field is a JSON encoded field.

func StructFields

func StructFields(v any) ([]Field, error)

StructFields returns the set of fields in a structure that will be encoded as JSON.

Jump to

Keyboard shortcuts

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