JSON stands for JavaScript Object Notation.
JSON is a lightweight data interchange format widely used in web development. In the WebRTC context, JSON is the most common format for signaling messages between WebRTC clients and servers.
JSON in WebRTC signaling
While WebRTC does not prescribe a signaling format, most implementations use JSON over WebSocket to exchange:


