We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3079165 + 271c358 commit 7f8f3adCopy full SHA for 7f8f3ad
1 file changed
data/gin-gonic.json
@@ -206,6 +206,10 @@
206
"definition": "জেসন রিটার্ন করা",
207
"code": "c.JSON(http.StatusOK, gin.H{\n\t\"message\": \"ok\"\n})"
208
},
209
+ {
210
+ "definition": "ফর্মাটেটেড জেসন (Formatted json)",
211
+ "code": "c.IndentedJSON(http.StatusOK, obj any)"
212
+ },
213
{
214
"definition": "xml রিটার্ন করা",
215
"code": "c.XML(http.StatusOK, gin.H{\n\t\"message\": \"ok\"\n})"
0 commit comments