-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support BuiltMap<String, Object> like JSON #134
Comments
Also Do you have short-term plans to provide something like the mentioned JSON primitive? |
I will try to look at it soon -- but can't promise anything. If you like you can try it yourself. New serializable types and serializers can be added as you like, e.g.:
|
Thanks for the info! |
I also tried |
It should work better to use BuiltMap<String, JsonObject> instead of MapJsonObject, and BuiltList instead of ListJsonObject -- so I don't think these should be needed. Possibly I missed something? |
Didn't think of that. Thanks for the pointer 👍 |
JSON protocols can have a Map<String, Object> where Object is any JSON primitive. Support this somehow with StandardJsonPlugin.
The text was updated successfully, but these errors were encountered: