toIncrementalJson question

When using toIncrementalJson, the docs say: “with the addition of the “incremental” property to mark it as different from a complete model”

Does this mean that the “incremental” property will always have a value of 1?

We have the option of using that as a version number, if a format or semantic change is ever required. But the intent is never to need to change that number. I very much doubt it will change while GoJS is at version 1.*, and there has been no need to change it for v2.0, as far as I can tell.

Ok, I’ll treat it as a constant for now. ANd change it if ever required. Thanks walter.