语言
/v1/json/minify
从 JSON 字符串中去除所有不必要的空格、换行符和缩进。 输出是输入的最小有效 JSON 表示形式,非常适合减少网络传输中的有效负载大小。
The JSON string to minify.
curl -X POST https://api.botoi.com/v1/json/minify \ -H "Content-Type: application/json" \ -d '{"json":"{\n \"name\": \"botoi\",\n \"version\": 2\n}"}'
在将 JSON 配置 blob 存储到数据库或键值存储中之前,先缩小它们以节省存储空间。
从 API 网关中的传出 JSON 响应中去除空格,以减少带宽使用并加快传输速度。
Free tier includes 5 requests per minute with no credit card required. Upgrade for higher limits.