[JSON] Use LLVM's library for decoding JSON in StructuredData
authorJonas Devlieghere <jonas@devlieghere.com>
Tue, 1 Oct 2019 17:41:52 +0000 (17:41 +0000)
committerJonas Devlieghere <jonas@devlieghere.com>
Tue, 1 Oct 2019 17:41:52 +0000 (17:41 +0000)
commit57b468820fa68f609dedcb53abf8179208a5cec0
tree568daac8bfc4a75522dafe4e4479d8510077590f
parent2783d8179110b213714576fe6809ee8b02e55b16
[JSON] Use LLVM's library for decoding JSON in StructuredData

This patch replaces the hand-rolled JSON decoding in StructuredData with
LLVM's JSON library.

Differential revision: https://reviews.llvm.org/D68282

llvm-svn: 373360
lldb/include/lldb/Utility/StructuredData.h
lldb/source/Utility/StructuredData.cpp