Skip to content

First major release

Compare
Choose a tag to compare
@JensBorrisholt JensBorrisholt released this 13 Jan 18:25
· 195 commits to master since this release

This is the first major release since the fork

Lots of changes in this version:

  • Only floating poiunt numbers are mapped to Double
  • Numbers are mapped to Integer or Int64 depending on their size
  • Generated code restructored, and simplified
  • Generated classes inheriteds from TJsonDTO
  • Socurce Code restructored
  • Parser logic are seperated from GUI logic
  • Fixed bug in the RegEx for recognizing an ISO8601 Date
  • Added support for JSON starting with an Array
  • Added support for [JSONName] annotations