Documentation
¶
Overview ¶
Package json registers a media.Encoder and Decoder for the "application/json" MIME type.
The standard library json.Encoder/Decoder are not used because they do not support context.Context when decoding.
Index ¶
Constants ¶
View Source
const ( // MIME defines the mime-type without charset that is registered. MIME = "application/json" // MIMEUTF8 defines the mime-type with charset that is registered. MIMEUTF8 = "application/json;charset=utf-8" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.