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
It actually has a purpose. The reason is propertyValue: value actaully marks the end of property. So if this project was not about streaming the event would be propertyValue: {}. But the object could be huge so I don't want to store it to allocate things unnecessarily. Therefore, instead of returning something I just return propertyValue: null to mark end of property.
When having a json like:
{"id":\"foo", "aaa": {}}
the sequence of events is:
I guess the last propertyValue shouldn't be there.
The text was updated successfully, but these errors were encountered: