Join Slack
Powered by
Are there any libraries that provide a Map or Map-...
# javascript
p
patrickdelconte
08/22/2018, 2:41 PM
Are there any libraries that provide a Map or Map-like interface for js objects?
d
dany
08/22/2018, 2:52 PM
you can probably use kotlinx.serialization:
https://github.com/Kotlin/kotlinx.serialization/blob/master/docs/runtime_usage.md#dynamic-object-parser-js-only
5
Views
Open in Slack
Previous
Next