-
Notifications
You must be signed in to change notification settings - Fork 97
Open
Labels
Description
I am working on a project that involves a lot of manipulation and adding to the original tree that comes into the service.
I am a little bit scared to try and handle all edge cases when I am inserting and moving nodes around so I am trying to use as much of the original tree as possible rather than error handling on every single attribute.
Is there any risk with having the “location” value out of order within an array or within a branch of a tree?
Is there any risk of not having location declared on a node at all?
The deparse method does not seem to care, but want to make sure.
Reactions are currently unavailable