1
0
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:
Gerasimos (Makis) Maropoulos
2021-01-24 23:34:01 +02:00
parent 435f284815
commit 53b3ade7e0
5 changed files with 242 additions and 13 deletions

View File

@@ -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.