Replies: 3 comments
-
Does Storing & reading back non-uniform JSON documents via dynamic help you? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes, most likely, thank you. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm moving this to a discussion folks. And thank you to @gfoidl for being so active on these issues and helping other folks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a project in sight, where a document database is the best approach, and I absolutely have Marten in mind. However, I need to handle a mixture of strongly typed and dynamic data. MongoDB has such a feature: https://mongodb.github.io/mongo-csharp-driver/2.0/examples/mixing_static_and_dynamic/ . Does Marten also provide something similar - or is a simple IDictionary<string, object> and a proper JsonConverter the way?
Beta Was this translation helpful? Give feedback.
All reactions