-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
GrowthBook v2 Json Arrays Deserialized as "Unknown" #169
Comments
Support for arrays is added in this request (it is not approved yet) |
If it is crucial you need to use v1.1.64 |
For having extensions that allow deserialization exclusively on the client side we should create separate artifact For fix it right here right now you need to copy this to your project:
|
This issue is fixed in |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Hi!
We noticed that the latest major v2 update of GrowthBook does not properly handle arrays.
When it encounters an array node, it deserializes it as
Unknown
.Additionally, I want to ask you how can I obtain a json
String
or aMap<String, JsonElement>
from aGbJson
? Maybe having extensions that allow deserialization exclusively on the client side could be useful.The text was updated successfully, but these errors were encountered: