Buckets:

Pranav2748's picture
download
raw
355 Bytes
#include <iostream>
#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:
355 Bytes
·
Xet hash:
54736af2239e7b88dbe742894c57cb541765c9f1535dd111a8ae74071821fc29

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