Progressive JSON

Viewed 69
The discussion revolves around the implementation of Progressive JSON for optimizing the transmission of tree data structures. Users point out that sending string tables and type information as headers, followed by batches of parent and data vector chunks, can significantly improve load times in network-bound applications. There is skepticism about the complexity of this approach as most applications may not require such optimization. Key comments suggest exploring APIs that account for latency and the potential need for reevaluating existing JSON formats to better serve performance needs. Comparisons are drawn to GraphQL's original intentions for effective data fetching and also to JSON API's handling of links, signifying a need for innovation in data representation and transmission.
0 Answers