# Functions
AddEncodingHeader adds application/json; charset=utf-8 to response headers.
NewFlatMarshaler creates marshaler.
NewFlatMarshalerForAssetsV2 creates marshaler for assetsv2.
NewFlatMarshalerForLocations creates marshaler.
No description provided by the author
# Variables
ErrFailedToDecodeRequest returned when we can't decode request data into proto.Message.
ErrUnexpectedFieldInNestedStruct returned when the nested struct has unexpected fields (other than string,list and dict).
ErrUnexpectedType is returned if we got type we can't handle.
# Structs
Marshaler marshals proto3 oneof into flat json structures.
No description provided by the author
WrappedDecoder decoder wrapping json with custom logic handling oneofs.