index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Tests
/
AK
/
TestJSON.cpp
Age
Commit message (
Expand
)
Author
2022-11-18
AK: Add JSON object/array for-each methods for fallible callbacks
Timothy Flynn
2022-10-23
AK: Make the JsonParser use the new double parser for numbers
davidot
2022-09-02
AK: Allow exponents in JSON double values
davidot
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-10
AK: Treat empty string as invalid JSON
Luke Wilde
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-02-16
AK: Fix userland parsing of rounded floating point numbers
serenitydev
2021-12-16
AK: Make JsonValue::from_string("") return a null JsonValue
Andreas Kling
2021-11-17
AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)
Andreas Kling
2021-08-01
Tests: Remove unused header includes
Brian Gianforcaro
2021-07-31
Tests: Fix AK/TestJSON.cpp by not relying on disk resources
Brian Gianforcaro
2021-07-15
AK: Make JsonParser correctly parse unsigned values larger than u32
Ali Mohammad Pur
2021-07-05
JsonParser: Bring parser more to spec
stelar7
2021-05-06
Tests: Move AK tests to Tests/AK
Brian Gianforcaro