We have a Big Data service that receives requests in JSON format and returns the results in JSON. Requests and especially answers can sometimes be quite large - up to 1 GB in size ... We register all requests and answers, and now I create a simple web-based user interface to search and display all requests processed by us.
My problem is that I have JSON which can contain up to 40 levels and contain many arrays. How can I give the user the opportunity to expand and explore the content?
For what it's worth, users have the latest stable version of Chrome and 64 GB of RAM.
source share