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
/
Tests
/
TestJSON.cpp
Age
Commit message (
Expand
)
Author
2020-08-10
AK: Add test case for duplicate JsonObject keys
Linus Groh
2020-07-06
AK: Fix JsonValue copy constructor behavior for 64-bit values
Andreas Kling
2020-06-20
AK: Fix JsonParser double encoding multibyte utf-8 chararcters
LepkoQQ
2020-06-16
Test: Fix json parse test from unicode string
Hüseyin ASLITÜRK
2020-06-13
AK: JsonParser improvements
Matthew Olsson
2020-04-03
AK: Remove relative path in AK testsuite
Emanuel Sprung
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-06
AK: Fix test compile warnings
Shannon Booth
2019-12-29
AK: Fix JSON parser crashing when encountering UTF-8
Andreas Kling
2019-11-09
HackStudio: Start fleshing out the GUI for a GUI designer :^)
Andreas Kling
2019-09-06
AK: Rename <AK/AKString.h> to <AK/String.h>
Andreas Kling
2019-08-14
JsonParser: "" is an empty string, not a null value
Andreas Kling
2019-08-04
AK: Add a benchmark for parsing 4chan catalog JSON
Andreas Kling
2019-08-02
TestSuite: Hijack the ASSERT macros during unit tests.
Andreas Kling
2019-07-16
AK: Add a new TestSuite.h from my own work, adapted to match the existing one...
Robin Burchell
2019-06-29
AK: Make a tiny JSON unit test based on a saved VisualBuilder form.
Andreas Kling