Answer the question
In order to leave comments, you need to log in
What are the json to json transformation libraries?
In other languages, there are, in C #, I really didn’t find anything, libraries that transform json using a given scheme.
In my case, it doesn't matter what the transformation scheme will look like: json, just text, or some special format. Newtonsoft does not roll, there are schemes only for validation, and I need to transform not linq, but to make it declarative.
I need to be able to just do something like this:
var newJson = Json.Transform(inputJson, schemaJson);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question