mirror of
https://github.com/kataras/iris.git
synced 2025-12-18 02:17:05 +00:00
New feature: Context.ReadJSONStream
This commit is contained in:
@@ -90,6 +90,10 @@ type (
|
||||
//
|
||||
// It is an alias of the `context#JSON` type.
|
||||
JSON = context.JSON
|
||||
// JSONReader holds the JSON decode options of the `Context.ReadJSON, ReadBody` methods.
|
||||
//
|
||||
// // It is an alias of the `context#JSONReader` type.
|
||||
JSONReader = context.JSONReader
|
||||
// JSONP the optional settings for JSONP renderer.
|
||||
//
|
||||
// It is an alias of the `context#JSONP` type.
|
||||
|
||||
Reference in New Issue
Block a user