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
/
JsonArray.h
Age
Commit message (
Expand
)
Author
2021-04-26
AK: Fix argument type for JsonArray::at and JsonArray::operator[]
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-26
AK: Allow assigning a value to a specific index in a JsonArray
Timothy Flynn
2021-01-15
AK: Add JsonArray(const Vector<T>) constructor
Linus Groh
2021-01-12
AK: Simplify constructors and conversions from nullptr_t
Lenny Maiorani
2020-09-25
Meta+AK: Make clang-format-10 clean
Ben Wiederhake
2020-03-06
AK: Simplify JsonObject and JsonArray API a little bit
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-10-23
AK: Add JsonArray::ensure_capacity()
Andreas Kling
2019-08-27
JSON: Port JsonArray and JsonObject serialization to serializers
Sergey Bugaev
2019-08-07
JSON: Templatize the JSON serialization code
Andreas Kling
2019-08-04
Json: Add efficient copy and move constructors for Json{Array,Object}
Andreas Kling
2019-08-04
JsonArray: Expose the value vector to the outside for convenience
Andreas Kling
2019-06-24
JsonArray: Add for_each() helper.
Andreas Kling
2019-06-18
AK: Rename JsonObject::to_string() and pals to serialized().
Andreas Kling
2019-06-17
AK: Use a single StringBuilder throughout JSON serialization.
Andreas Kling
2019-06-17
AK: Add some classes for JSON encoding.
Andreas Kling