beanz added a comment.

In https://reviews.llvm.org/D34322#783532, @joerg wrote:

> My suggestion would be to just use the YAML writer for now and leave a 
> comment to make it clear that this is really JSON only.


Our YAML parser can parse JSON because YAML is a superset of JSON, but I don't 
believe the YAML writer supports writing out inline-style YAML which would be 
compatible with a JSON parser. That might make the LLVM YAML writer unsuitable 
for @kubamracek's use case.


https://reviews.llvm.org/D34322



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to