summaryrefslogtreecommitdiff
path: root/AK/JsonParser.h
AgeCommit message (Expand)Author
2022-03-10AK: Remove unused String[256] from JsonParserSam Atkins
2021-11-17AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)Andreas Kling
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2020-09-08AK: Remove empty destructor from JsonParser.asynts
2020-08-09AK: Add a GenericLexer and extend the JsonParser with it (#2696)Benoît Lormeau
2020-06-13AK: JsonParser improvementsMatthew Olsson
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-12-09AK: Use size_t for the length of stringsAndreas Kling
2019-08-04JsonParser: Fold extract_while() into parse_number()Andreas Kling
2019-08-04JsonParser: Cache the last seen string starting with each possible charAndreas Kling
2019-08-04JsonParser: Some minor optimizationsAndreas Kling
2019-06-24AK: Let's put the JSON parsing in a separate class.Andreas Kling