You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes - Global storage differs from JSON storage in that a Global can have a data value at an intermediate node. JSON can only have data at a leaf node. My decision was to ignore any data that might exist in an intermediate node and continue down the node hierarchy, when converting to a JSON document
@robtweed Please take a look:
ewd-document-store/lib/proto/getDocument.js
Lines 96 to 104 in a771f87
What if node has data and has sub nodes (defined = 11)? In this case data set on line 97 was replaced on line 103. Is it correct?
The text was updated successfully, but these errors were encountered: