Buckets:

Pranav2748's picture
download
raw
384 Bytes
#include <iostream>
# define JSON_DIAGNOSTICS 1
#include <nlohmann/json.hpp>
using json = nlohmann::json;
int main()
{
json j;
j["address"]["street"] = "Fake Street";
j["address"]["housenumber"] = "12";
try
{
int housenumber = j["address"]["housenumber"];
}
catch (const json::exception& e)
{
std::cout << e.what() << '\n';
}
}

Xet Storage Details

Size:
384 Bytes
·
Xet hash:
63839d509bcd55f5473bf1ce3c37dc28c37d0d87411c16f0442774be368e2493

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.