To fully replace encoding/json, it would be great to be able to pass an arbitrary interface{} to refmt and have it auto-generate the necessary atlas entries.
What are the performance implications of this? I assume the tricky part here is caching these auto-generated atlases.
To fully replace
encoding/json, it would be great to be able to pass an arbitraryinterface{}torefmtand have it auto-generate the necessary atlas entries.What are the performance implications of this? I assume the tricky part here is caching these auto-generated atlases.