JsonUtils
JsonUtils copied to clipboard
Json to C#, VB.Net, Javascript and SQL Server Table
Currently setter methods have a return type, but they should be void
Each line of code inside a function or a member variable declaration should end with ";"
When comparing objects it is necessary to have an equals() method.
Selecting VB.Net and DataMember attributes, we get JsonProperty attributes.
I hit an example of where a C# class was generated but a couple of properties had their type missing and so the code will not compile until manually edited....
Hi support, semicolon is missing in generated php code
JsonProperties use nbsp character instead of standard space which Json Library does not recognize as a space, thus failing the member match and breaking deserialization. This issue only occurred when...
I split some functions classes to support the use in a CLI Main differences: - Split the generator function in a seperate dll ( core) - Changed the integer values...
I have noticed when place json in that contains a keyword as a property, it will end up being called that in the c# code which will not compile. For...