FromJSON - ToJson Ideas #1887
InspiredVoltage-IVolt
started this conversation in
Ideas
Replies: 0 comments
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.
-
Greetings! First off I love what you are all doing. I have a few suggestions / comments for you.
One thing I usually always do is use the methodology presented as is except for the conversions. I manipulate those in various ways. One way is as follows below. It would be nice to be able to create templates to make adjustments like this. I have a markup language I wrote that does this for me however It is still an extra step.
My second recommendation would be to allow for a zip file upload that would then create a zip output with all the classes. Incorporated with a web service this could really make automation awesome and could lead to runtime compilations and modifications.
Anyways 2cents worth. Love everything you are doing!!!
public class SomeData
{
[JsonProperty("base-method", NullValueHandling = NullValueHandling.Ignore)]
public string BaseMethod { get; set; }
Beta Was this translation helpful? Give feedback.
All reactions