internal

package
v0.0.0-...-f0e62f9 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var UseOptimizedJSONMarshaling bool = true

Used by tests to selectively disable experimental JSON marshaler

View Source
var UseOptimizedJSONMarshalingV3 bool = true
View Source
var UseOptimizedJSONUnmarshaling bool = true

Used by tests to selectively disable experimental JSON unmarshaler

View Source
var UseOptimizedJSONUnmarshalingV3 bool = true

Functions

func DeterministicMarshal

func DeterministicMarshal(in any) ([]byte, error)

DeterministicMarshal calls the jsonv2 library with the deterministic flag in order to have stable marshaling.

func IsExtensionKey

func IsExtensionKey(k string) bool

IsExtensionKey returns true if the input string is of format x-* or X-*

func JSONRefFromMap

func JSONRefFromMap(jsonRef *jsonreference.Ref, v map[string]interface{}) error

JSONRefFromMap populates a json reference object if the map v contains a $ref key.

func SanitizeExtensions

func SanitizeExtensions(e map[string]interface{}) map[string]interface{}

SanitizeExtensions sanitizes the input map such that non extension keys (non x-*, X-*) keys are dropped from the map. Returns the new modified map, or nil if the map is now empty.

Types

This section is empty.

Directories

Path Synopsis
third_party
go-json-experiment/json
Package json implements serialization of JSON as specified in RFC 4627, RFC 7159, RFC 7493, RFC 8259, and RFC 8785.
Package json implements serialization of JSON as specified in RFC 4627, RFC 7159, RFC 7493, RFC 8259, and RFC 8785.

Jump to

Keyboard shortcuts

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