Replies: 1 comment
|
This was implemented, see "..sop/jsondb" package. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
One of V3 features is support for map[string]interface object. And the companion Comparer for such.
This feature will allow fully dynamic data structure support. Not requiring recompilation or compile/build time bind as what happens in Golang generics.
Also, it will enable a full, cross language dynamic data structure integration. (JSON)
All reactions