Skip to content

Commit 271c358

Browse files
committed
added gin
IndentedJSON method
1 parent 657f282 commit 271c358

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

data/gin-gonic.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,10 @@
206206
"definition": "জেসন রিটার্ন করা",
207207
"code": "c.JSON(http.StatusOK, gin.H{\n\t\"message\": \"ok\"\n})"
208208
},
209+
{
210+
"definition": "ফর্মাটেটেড জেসন (Formatted json)",
211+
"code": "c.IndentedJSON(http.StatusOK, obj any)"
212+
},
209213
{
210214
"definition": "xml রিটার্ন করা",
211215
"code": "c.XML(http.StatusOK, gin.H{\n\t\"message\": \"ok\"\n})"

0 commit comments

Comments
 (0)