package
Version:
v2.16.0
Opens a new window with list of versions in this module.
Published: May 19, 2026
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Nested struct {
Name string `json:"name"`
Child Simple `json:"child"`
}
type Other struct {
Label string `json:"label"`
}
type Simple struct {
Bool bool `json:"bool"`
Int int `json:"int"`
Int64 int64 `json:"int64"`
Float64 float64 `json:"float64"`
String string `json:"string"`
Alpha string `json:"@alpha"`
Hash string `json:"#hash"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.