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
/
JsonValue.h
Age
Commit message (
Expand
)
Author
2019-07-18
JsonValue: Add to_uint(), to_int() and as_double().
Andreas Kling
2019-07-08
AK: Add JsonValue::to_bool().
Andreas Kling
2019-07-08
AK: Make it easy to convert between JsonValue and IPv4Address.
Andreas Kling
2019-07-03
AK: Rename the common integer typedefs to make it obvious what they are.
Andreas Kling
2019-06-29
JsonValue: Add is_bool() and various as_foo() helpers.
Andreas Kling
2019-06-29
Kernel: Change the format of /proc/all to JSON.
Andreas Kling
2019-06-24
AK: Add JsonValue::to_string(default_value = {}).
Andreas Kling
2019-06-24
JsonValue: Add as_array() and as_object().
Andreas Kling
2019-06-24
AK: Implement a naive JSON parser.
Andreas Kling
2019-06-19
AK: Add some convenient functions to JsonValue.
Andreas Kling
2019-06-18
AK: Rename JsonObject::to_string() and pals to serialized().
Andreas Kling
2019-06-18
AK: Add JsonValue(const char*).
Andreas Kling
2019-06-18
AK: Add JsonValue(unsigned) ctor and as_string().
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