- 
    
Suggestion
 - 
    Resolution: Incomplete
 - 
    
P3: Somewhat important
 - 
    None
 - 
    None
 - 
    None
 
Add Json5 support to existing QJsonDocument. Json5 is widely used, for example WebKit contains files with json5 extensions. Main advanage is smaller file sizes and more human-readable content. This functionality affects only (de)serialization and uses existing class hierarchy. It can be added via new functions like `QJsonDocument::toJson5` / `QJsonDocument::fromJson5`.