Thank you for initiating this projects. This does seriously lower the entrance barriers for software engineers not familiar with IFC and clearly empowers interdisciplinary projects!
I would like to like to make a humble proposal: using .ifc.json as file extension instead of .ifcjson.
My considerations are:
- readability: editors do automatically highlight code correctly (including github editor)
- definition: looking at a file named
*.ifc.json i intuitively assume that it is a subset of JSON specs. With *.ifcjson it might be a format parallel to JSON and as such not fully compatible.