JSON import lets you create a calculator by pasting a previously exported configuration. This is useful for backing up your work, sharing calculator setups between stores, or migrating configurations. You can import JSON from Appify OPC → Calculators (to create a new calculator) or from within an existing calculator's Versions panel (to replace its configuration).
| Detail | Description |
|---|---|
| Format | Standard JSON matching the Appify OPC calculator schema. |
| Validation | The import fails with an error message if the JSON is invalid or doesn't match the expected structure. |
| Exporting | To get a calculator's JSON, open it in the editor and go to Versions → JSON → Copy. You can also copy a calculator's JSON from the Calculators list using the copy JSON button (code icon) on any row. |