📚 데이터베이스/빅데이터

[JSON] why JSON? table vs tree

써니(>_<) 2022. 8. 16. 23:30

simply spearking, JSON is a tree-based model

 

 

While CSV represents flat and homogeneous dataset, 

Json and XML has a power to express nested, heterogeneous dataset. 

 

1) flat dataset 

2) nested dataset

 

4) nested and heterogeneous dataset