This website requires JavaScript.
Explore
Help
Sign in
beenull
/
ladybird
Watch
1
Star
0
Fork
You've already forked ladybird
0
mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced
2024-11-25 09:00:22 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
7
f6998b1817
ladybird
/
AK
/
JsonObject.cpp
7 lines
76 B
C++
Raw
Normal View
History
Unescape
Escape
AK: Add some classes for JSON encoding. This patch adds JsonValue, JsonObject and JsonArray. You can use them to build up a JsonObject and then serialize it to a string via to_string(). This patch only implements encoding, no decoding yet.
2019-06-17 17:47:35 +00:00
#
include
<AK/JsonObject.h>
#
include
<AK/StringBuilder.h>
AK: Use a single StringBuilder throughout JSON serialization.
2019-06-17 19:34:12 +00:00
namespace
AK
{
}
Reference in a new issue
Copy permalink