This is an archive of the discontinued LLVM Phabricator instance.

[lldb/Utility] Fix StructuredData::ParseJSONValue for null items
ClosedPublic

Authored by mib on Oct 10 2022, 1:45 PM.

Details

Summary

This patch fixes the JSON parser for StructuredData to handle JSON null
entries.

Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>

Diff Detail