Documentation ¶
Overview ¶
Package strictnull provides types for lossless handling of nullable JSON values.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type String ¶
String is a nullable string value that retains empty string in the input It's useful to handle string JSON values that could be `null` in the incoming log JSON. It's `omitempty` behavior when used with `jsoniter` is to only omit `null` in the output
func FromString ¶
FromString creates a non-null String. It is inlined by the compiler.
Click to show internal directories.
Click to hide internal directories.