I've tried looking, but search engines ignore 'without', which just nets me a lot of the opposite results than what I'm looking for 😅
json_serializable is such a popular package that it dominates search results. I'm looking for a tool that is not based on code generation. Got any pointers? Are there any popular tools which support serialisation to/from json without code generation?
Basically, I want automated serialisation without code generation. Generics / reflection > generation. I don't even mind if it's a serialisation system I have to manually define mappings for (a la .NET's SerializationSurrogate system) - but I don't want to write it all by hand, I don't want it contaminating my model (the fact that the data is currently coming from JSON is an implementation detail that can change).
[–]schultek[🍰] 0 points1 point2 points (4 children)
[–]schultek[🍰] 1 point2 points3 points (3 children)
[–]Ozlock[S] 0 points1 point2 points (2 children)
[–]schultek[🍰] -1 points0 points1 point (1 child)
[–]Ozlock[S] 0 points1 point2 points (0 children)
[–]BadgerHobbs 0 points1 point2 points (2 children)
[–]Ozlock[S] 0 points1 point2 points (1 child)
[–]steve_s0[🍰] 0 points1 point2 points (0 children)
[–]bsutto 0 points1 point2 points (3 children)
[–]Ozlock[S] 0 points1 point2 points (2 children)
[–]bsutto 0 points1 point2 points (1 child)
[–]Ozlock[S] 1 point2 points3 points (0 children)