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
Similar to Strings, when Jes encounters start of object, i.e. {, it should emit action: start event. When it encounters end of object, i.e. }, it should emit action: stop.
This is so the client code can know when parsing of given item is completed, and object doesn't have any more attributes or array doesn't have any more entries.
The text was updated successfully, but these errors were encountered:
Similar to Strings, when Jes encounters start of object, i.e. {, it should emit
action: start
event. When it encounters end of object, i.e. }, it should emitaction: stop
.This is so the client code can know when parsing of given item is completed, and object doesn't have any more attributes or array doesn't have any more entries.
The text was updated successfully, but these errors were encountered: