package
0.0.0-20241004081521-2a7348b7ae36
Repository: https://github.com/mcdevkit/jsonte.git
Documentation: pkg.go.dev
# Functions
BadDeveloperError panics with a message that indicates a bug in the code.
CreateCacheBucket creates a cache bucket.
EvictCache evicts a cache entry.
GetCache gets a cache entry.
No description provided by the author
MapToNavigableMap creates a new NavigableMap from a golang map.
NewNavigableMap creates a new NavigableMap.
PutCache puts a cache entry.
ToNavigableMap creates a new NavigableMap with given keys and values.
WrapJsonErrorf wraps an error with a stack trace and adds additional formatted text information.
WrappedJsonErrorf creates an error with a stack trace from formatted text and appends the path.
No description provided by the author
# Structs
CacheBucket is a bucket of cache entries.
NavigableMap is a map that can be navigated in order of keys.