c++ - How to parse JSON larger than memory? - Stack Overflow
Could I implement that using solely the Nlohmann json library/the standard libraries? ... Hint: Streaming parser or NDJSON. ... multidimensional array of what? If the answer is numbers, JSON's probably not the right choice for the same reason we don't use JSON as an image format. ... @user4581301 Array of structs -- each one has a std::tuple of ints, ints themselves, and an std::vector<float> ... RapidJSON and others can do it.