r52 / quasar

Stylize your desktop
https://quasardoc.readthedocs.io
GNU General Public License v3.0
10 stars 2 forks source link

Improve JSON protocol #2

Closed r52 closed 5 years ago

r52 commented 5 years ago

The protocol currently used in communications between widgets and the Data Server is plain and simple, and it works. But that also means that more complex data will be muddied by a layer of custom definitions.

Therefore, the JSON protocol should be redesigned so that it defines only a few generic standardized fields and a conforming syntax that works not only for plugin data, but for Quasar internals as well.