Closed spino17 closed 4 months ago
Thanks for the better example I'll fix this tonight
Thanks @JairusSW for the response. Let me know if you need anything else from my end.
Just a note, I'd reccomend using default values with json-as
. Its designed to work well with them.
Your also using new Map()
instead, you need to provide strong type annotations so use new Map<K,V>()
instead
Can you try now? Fix live on json-as@0.9.9
yeah, now it is working perfectly! thanks @JairusSW for fixing it
I am trying out below code:
Which is giving me
but when I change it to
it is working fine.