abirahmad1208/Dev_Helper_X_BotPublic · Bot Template

An essential utility Telegram bot for developers to quickly encode/decode Base64, generate MD5/SHA-256 hashes, format JSON, convert text, and create instant QR codes!

Utilitydeveloper-toolsbase64encoderdecoderjson-formatterpassword-generator
ProfileTelegram
17 commands0 envUpdated 29d agoCreated Jul 20, 2026
Back to folder

commands/cmd_json.js

javascript · 15 lines

Raw
1/**#command2name: cmd_json3answer: 4keyboard: 5parse_mode: markdown6aliases: 7allow_only_group: false8need_reply: false9is_web: 010#command**/11 12Api.sendMessage({13  text: "🧱 *JSON Formatter*\n\nআপনার যেকোনো JSON ডাটা আমাকে পাঠাল, আমি তা সুন্দর করে সাজিয়ে (Pretty Print) দেব।",14  parse_mode: "Markdown"15});