karmem
karmem copied to clipboard
Json interoperability
Very nice project for wasm interop.
i want to use this but I need to also need to be able to export and import json data.
I am guessing this is probably out of scope but I figured it’s worth asking .
The use case is that tons of users have json everywhere and I need an On-ramp to make it easy to bring in that json from their data silo.
It would be useful if the generator could gen a json —> kramen serialiser so that json can be converted in Karmen.
Was looking for this exact issue. One of the huge benefits of protobuf is being able to dump to json in development mode. If you had a un/marshall for json it would be a huge boon to usage.
I also wanted thos for the same debugging reasons . Some tools need json also and so I need a way to feed Karnern data to those tools.
@gedw99, in what language are you thinking of? I don't think that would be to hard to do