JSON support
Introduction
JSON messaging was introduced to be gradually used as only message format in unified (Ajax or WebSocket) communication between server and browser.
Usage
WebJSON stringify: #(12 'My json' 45)
WebJSON parse: '[12, "My json", 45]'
Implementation
- WebJSON class in Aida-Internal