index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
AK
/
JsonParser.h
Age
Commit message (
Expand
)
Author
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-26
AK: Make it possible to not `using` AK classes into the global namespace
Andreas Kling
2022-03-10
AK: Remove unused String[256] from JsonParser
Sam Atkins
2021-11-17
AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)
Andreas Kling
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
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