# Functions
JsonValidator returns nil if input is valid json and ErrMalformedData otherwise.
NewJsonData creates a new JsonData holding given untrusted inner data.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
FasthttpArgsKeysValuesCollector implements KvCollector.
FasthttpArgsKvView is KvView implementation based on *fasthttp.Args.
JsonData define data that is potentially encoded as JSON value.
JsonKvCollector collects keys and values from a JSON object.
JsonKvView is a KvView implementation over a JSON object.
# Interfaces
KvCollector define objects that can collect a set of keys and values.
KvView is a view over a set of key values.
# Type aliases
Data define a slice of byte encoded.