summaryrefslogtreecommitdiff
path: root/AK/JsonParser.h
AgeCommit message (Expand)Author
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