[Lldb-commits] [PATCH] D34322: [lldb] Correctly escape newlines and backslashes in the JSON serializer

Joerg Sonnenberger via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jun 19 09:30:37 PDT 2017


joerg added a comment.

I don't disagree with you, but please see the referenced review for further details.

I do not want the amount of adhoc JSON encoders to grow further. The YAML encoder works fine for most of the things, but it is easier to review calls to it than it is to find other instances of adhoc JSON encoding.


https://reviews.llvm.org/D34322





More information about the lldb-commits mailing list