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
I have an entity/schema that has nested objects. Even with StreamObjectKeyValueTokens, my streaming behaves more like StreamObjectKeyValue whereby one field only becomes available when its value is complete. I suspect it's because JsonCloser doesn't work with a entity/schema with nested objects.
The text was updated successfully, but these errors were encountered:
Yeah, good observation, nested JSON objects are currently not supported. There are actually different ways to implement this, and it would be useful to know more about your use case. Could you share more details about what you're looking for with the nested JSON object? Also, how do you define an 'entity' in this context?
I have an entity/schema that has nested objects. Even with StreamObjectKeyValueTokens, my streaming behaves more like StreamObjectKeyValue whereby one field only becomes available when its value is complete. I suspect it's because JsonCloser doesn't work with a entity/schema with nested objects.
The text was updated successfully, but these errors were encountered: