On Mon, Mar 13, 2017 at 3:02 AM, Vít Šesták <[email protected]> wrote: > 2. You use JSON as data exchange format. JSON parsing can be viewed as > needlessly complex. One might argue the risks are not so high in most > scenarios, but I don't feel it to be “the Qubes way” there.
Anecdotally, I can confirm that I do remember seeing several places where we explicitly avoid parsing JSON in the qubes code base where simpler serialization will suffice. I came across another just a few hours ago [1]. [1]: https://github.com/QubesOS/qubes-builder-github/blob/master/notify-issues#L81-L92 -- You received this message because you are subscribed to the Google Groups "qubes-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/qubes-devel/CABQWM_BO8_-kUF6yWGDP%3DQL8BmJOi7wAFSso-9ddrCS4wH9rjw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
