Age | Commit message (Expand) | Author |
---|---|---|
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2020-09-08 | AK: Remove empty destructor from JsonParser. | asynts |
2020-08-09 | AK: Add a GenericLexer and extend the JsonParser with it (#2696) | Benoît Lormeau |
2020-06-13 | AK: JsonParser improvements | Matthew Olsson |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2019-12-09 | AK: Use size_t for the length of strings | Andreas Kling |
2019-08-04 | JsonParser: Fold extract_while() into parse_number() | Andreas Kling |
2019-08-04 | JsonParser: Cache the last seen string starting with each possible char | Andreas Kling |
2019-08-04 | JsonParser: Some minor optimizations | Andreas Kling |
2019-06-24 | AK: Let's put the JSON parsing in a separate class. | Andreas Kling |