ladybird/Userland/Libraries/LibCoredump
Andreas Kling 587f9af960 AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)
Also add slightly richer parse errors now that we can include a string
literal with returned errors.

This will allow us to use TRY() when working with JSON data.
2021-11-17 00:21:10 +01:00
..
Backtrace.cpp Everywhere: Move shared library checks into a common function 2021-11-10 14:42:49 +01:00
Backtrace.h LibCoredump: Show frames from Loader.so if the crash occurs in it 2021-10-17 17:09:58 +01:00
CMakeLists.txt Everywhere: Core dump => Coredump 2021-08-23 00:02:09 +02:00
Forward.h Everywhere: Core dump => Coredump 2021-08-23 00:02:09 +02:00
Reader.cpp AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional) 2021-11-17 00:21:10 +01:00
Reader.h Everywhere: Pass AK::ReadonlyBytes by value 2021-11-11 01:27:46 +01:00