Json – How can I reorganize data from a table as a complex C# object?
I have a table containing several references to the same posts, themselves containing several references to the same languages like so : postId language name value 1 en title Post 1 title 1 en body This is the content for…