If you need to parse big json files, how would you do that? Parse a json in usual way? Store a json in a string and then parse it? That way works okay for short strings. In case of big file I would ...
On update from lldb 16 to 18 I observe that summary strings that include the documented bitfield syntax no longer parse, reporting "error: summary string parsing error" instead. Taking the example ...