Export formats
Exporting a floor plan as JSON
Every other export is an output for a purpose: PDF to look at, DXF for CAD, PNG for display. The JSON export is different — it is the structured copy of the plan itself, with walls, openings, rooms and computed areas.
That makes it the format for everything that is not presentation: your own backup outside the system, an archive still readable in ten years, and the basis for analysis across many properties.
Why keep your own backup
A floor plan is working time. A survey done once should not depend on a single system staying available. One JSON file per property in your own storage is cheap insurance.
For landlords and managing agents there is a second reason: traceability. Saving the state of a plan at a point in time lets you later evidence what a floor area in a tenancy agreement was based on.
- Keep one backup file per property and storey
- Name files with property, storey and date
- Save the old state before major alterations
- JSON is text — still readable many years from now
Analysis across a portfolio
Because JSON is structured, it answers questions that would otherwise be manual work: what is the average kitchen size across the portfolio? How many flats have an internal bathroom? How does living area distribute across room sizes?
Such analysis needs no heavy tooling. A short script is enough, because every file shares the same shape and already contains the computed areas.
Where the format stops
JSON is not something to look at. Neither prospects nor colleagues can use it — for any kind of communication you need a PDF or an image.
And it is not an industry exchange standard: it describes this plan in its own structure. OpenImmo XML exists for agency systems, DXF for design software.
Frequently asked questions
What do I need the JSON export for?
Backup, archiving and your own analysis. It holds the plan as structured data rather than as a picture, which makes it the format that stays readable longest.
Can I import JSON into another program?
It is not an industry exchange standard. Use DXF for design software and OpenImmo XML for agency systems. JSON is the complete copy for your own purposes.
Does the export include computed areas?
Yes, room areas are part of the record. You do not have to recompute them from the geometry when building an analysis across several properties.