package
Version:
v0.3.9
Opens a new window with list of versions in this module.
Published: Apr 25, 2023
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
¶
package jsontypes defines some types to (de)serialize to for the json_values
table
type SomeData struct {
Foo string `json:"foo"`
Bar *int `json:"bar"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.