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
/
JsonArraySerializer.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-11-01
AK: Allow destruction of JsonObjectSerializer objects after errors
Gunnar Beutner
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-02-27
Everywhere: Make JSON serialization fallible
Idan Horowitz
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-09-06
AK: Make Json{Array,Object}Serializer ignore append() return values
Andreas Kling
2021-06-30
Kernel: Don't compile JsonValue & friends into the kernel
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2020-11-02
AK+Kernel: Escape JSON keys & values
Andreas Kling
2020-01-24
Meta: Claim copyright for files created by me
Sergey Bugaev
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-09-04
Json: Add serializer fast-path for string values
Andreas Kling
2019-08-27
JSON: Add JSON serializers
Sergey Bugaev