For a valid delimiter block, is the data property always included as the empty object, or can it under any circumstances (now or in the future) be null or omitted?
Context: I'm a back-end .NET developer needing to parse Editor.js documents. The readme says that "This tool returns empty object", but I'd just like clarification on whether that means it will always (now and in the future) be included and non-null.
For a valid delimiter block, is the
dataproperty always included as the empty object, or can it under any circumstances (now or in the future) benullor omitted?Context: I'm a back-end .NET developer needing to parse Editor.js documents. The readme says that "This tool returns empty object", but I'd just like clarification on whether that means it will always (now and in the future) be included and non-
null.