mirror of
https://github.com/kataras/iris.git
synced 2025-12-18 02:17:05 +00:00
examples: write-rest: json: usage of the Secure, ASCII and UnescapeHTML fields
This commit is contained in:
@@ -76,6 +76,10 @@ type (
|
||||
//
|
||||
// It is an alias of the `context#JSON` type.
|
||||
JSON = context.JSON
|
||||
// JSONP the optional settings for JSONP renderer.
|
||||
//
|
||||
// It is an alias of the `context#JSONP` type.
|
||||
JSONP = context.JSONP
|
||||
// ProtoMarshalOptions is a type alias for protojson.MarshalOptions.
|
||||
ProtoMarshalOptions = context.ProtoMarshalOptions
|
||||
// ProtoUnmarshalOptions is a type alias for protojson.UnmarshalOptions.
|
||||
|
||||
Reference in New Issue
Block a user