Buckets:
| using json = nlohmann::json; | |
| int main() | |
| { | |
| // create an array value | |
| json array = {1, 2, 3, 4, 5}; | |
| // get an iterator to the first element | |
| json::iterator it = array.begin(); | |
| // serialize the element that the iterator points to | |
| std::cout << *it << '\n'; | |
| } | |
Xet Storage Details
- Size:
- 330 Bytes
- Xet hash:
- e80e4295f8162965e58ff3913ee52f0ff118e6eaeefb77036aad1797d0e5ae2b
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.