Common Tool Terms Explained
Short explanations for formats, protocols, and concepts that appear across the tool pages. Understand the term, then continue the task.
Developer
What Is JSON?
JSON is a lightweight data format commonly used for API responses, config files, and frontend-backend data exchange. It is built from objects, arrays, strings, numbers, booleans, and null.
What Is Base64?
Base64 is an encoding that represents binary data as printable text. It is common in APIs, embedded images, email attachments, and token fragments.
What Is WebSocket?
WebSocket is a protocol for realtime two-way communication between a browser and a server. It is common in chat, notifications, market data, collaboration, and live logs.