summaryrefslogtreecommitdiff
path: root/Tests/AK/TestJSON.cpp
AgeCommit message (Expand)Author
2022-11-18AK: Add JSON object/array for-each methods for fallible callbacksTimothy Flynn
2022-10-23AK: Make the JsonParser use the new double parser for numbersdavidot
2022-09-02AK: Allow exponents in JSON double valuesdavidot
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-10AK: Treat empty string as invalid JSONLuke Wilde
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-02-16AK: Fix userland parsing of rounded floating point numbersserenitydev
2021-12-16AK: Make JsonValue::from_string("") return a null JsonValueAndreas Kling
2021-11-17AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)Andreas Kling
2021-08-01Tests: Remove unused header includesBrian Gianforcaro
2021-07-31Tests: Fix AK/TestJSON.cpp by not relying on disk resourcesBrian Gianforcaro
2021-07-15AK: Make JsonParser correctly parse unsigned values larger than u32Ali Mohammad Pur
2021-07-05JsonParser: Bring parser more to specstelar7
2021-05-06Tests: Move AK tests to Tests/AKBrian Gianforcaro